Python toolkit for NCBI metadata (via eutils) and pubmed article text mining -- official primary repo.

126 stars 27 forks 126 watchers Python Apache License 2.0
2 Open Issues Need Help Last updated: Sep 9, 2025

Open Issues Need Help

View All on GitHub

Python toolkit for NCBI metadata (via eutils) and pubmed article text mining -- official primary repo.

Python

AI Summary: Update the Metapub library's ClinVarFetcher to use the new NCBI ClinVar API (VCV format) instead of the deprecated format. This involves changing the `rettype` parameter in the API call and modifying the `ClinVarVariant` class to parse the new XML structure. The fix requires updating the code in `clinvarfetcher.py` and potentially other related files to handle the new XML schema.

Complexity: 4/5
bug good first issue

Python toolkit for NCBI metadata (via eutils) and pubmed article text mining -- official primary repo.

Python