aboutsummaryrefslogtreecommitdiff
path: root/scripts/phenotypes_bulk_edit.py
AgeCommit message (Expand)Author
2025-04-14Convert values to float where present.Frederick Muriuki Muriithi
2025-04-14Move difference computation to `run()` function.Frederick Muriuki Muriithi
2025-04-14Update existing linked publication(s) rather than creating new.Frederick Muriuki Muriithi
2025-04-14Compute new PubMed IDs.Frederick Muriuki Muriithi
2025-04-14Update imports.Frederick Muriuki Muriithi
2025-04-14Compute differences with tested function.Frederick Muriuki Muriithi
2025-04-14Move code to save new publications to database.Frederick Muriuki Muriithi
2025-04-11Move code to fetch phenotype publications from DB to publications package.Frederick Muriuki Muriithi
2025-04-11Move code to fetch publications from pubmed to publications module.Frederick Muriuki Muriithi
2025-04-09Convert PubMed_ID value from file to intFrederick Muriuki Muriithi
2025-04-09Compute publications differences.Frederick Muriuki Muriithi
2025-04-09Save new publications retrieved from NCBI's PubMed database.Frederick Muriuki Muriithi
2025-04-09Retrieve publication information from NCBI.Frederick Muriuki Muriithi
2025-04-09Fix typo.Frederick Muriuki Muriithi
2025-04-09Check whether there are new PubMed IDs before beginning the fetch.Frederick Muriuki Muriithi
2025-03-26Pass PubMed IDs from the file to difference computation function.Frederick Muriuki Muriithi
2025-03-26Add function to compute publication differences.Frederick Muriuki Muriithi
2025-03-26Partial implementation: Fetch publications from NCBI.Frederick Muriuki Muriithi
2025-03-26Fetch existing publications from the database.Frederick Muriuki Muriithi
2025-03-26Compute differences in the descriptions.Frederick Muriuki Muriithi
2025-03-26Replaces empty strings with NoneFrederick Muriuki Muriithi
2025-03-26Collect IDs once at the top-level call to save on iterations.Frederick Muriuki Muriithi
2025-03-26Check whether the IDs are valid.Frederick Muriuki Muriithi
2025-03-25Add function to read the file and do basic data processing.Frederick Muriuki Muriithi
2025-03-25Initialise background script to handle bulk edits.Frederick Muriuki Muriithi