aboutsummaryrefslogtreecommitdiff
path: root/scripts/sampledata.py
AgeCommit message (Expand)Author
2023-01-26Dump metadata in addition to sample data....* scripts/sampledata: Dump metadata in addition to data. Munyoki Kilyungi
2023-01-20Make dump script faster by using concurrency moduleMunyoki Kilyungi
2023-01-20Dump all sample data into a given directory...* scripts/sampledata.py: Import gen_dropdown_json. (main): Dump all the sample data from all the datasets into a given directory. Munyoki Kilyungi
2023-01-20Return a trait's display name if the name is non-existent...* scripts/sampledata.py (fetch_all_traits): Should the name of a trait not exists, e.g. in probeset data, return it's display name. Munyoki Kilyungi
2023-01-20Update demo to dump entire dataset for BXDPublish...* scripts/sampledata.py: Import os and sys. <__name__>: Add demo to dump "BXDPublish" dataset. Munyoki Kilyungi
2023-01-20Remove hard-coded values...* scripts/sampledata.py (dump_sample_data): Remove hard-coded values for trait_id and dataset_name. Munyoki Kilyungi
2023-01-20Fix typoMunyoki Kilyungi
2023-01-20Add example that demos dumping data from an entire datasetMunyoki Kilyungi
2023-01-20Add a function that fetches all the traits given the right params...* scripts/sampledata.py (fetch_all_traits): New function. Munyoki Kilyungi
2023-01-20Create script to dumple sample data given the dataset and trait id...* scripts/sampledata.py: New file. Munyoki Kilyungi