Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Features: * get_statements_from_variants - helper function added. * get_term_list - helper function added. * get_rid - helper function added. * get_pharmacogenomic_info - helper function added. * get_cancer_predisposition_info - helper function added. * Added constants PHARMACOGENOMIC_RELEVANCE_TERMS and PHARMACOGENOMIC_SOURCE_EXCLUDE_LIST Bugfix: * Ignore gene name version in get_equivalent_features. Eg. NM_033360.4 should match 'NM_033360' and 'KRAS'. Improvements: * get_preferred_gene_name - moved to genes.py * move CHOMOSOMES and PREFERRED_GENE_SOURCE to constants.py * add retries on connection failure added tests: * test_get_pharmacogenomic_info * test_get_cancer_predisposition_info * reduced runtime of longest test * add match test Github Workflow Updates: * Run in parallel * Drop Python 3.6 testing * actions/checkout@v3 * actions/setup-python@v3
- Loading branch information