Closed joverlee521 closed 1 month ago
Oh oops, copied the wrong taxon id in the URL, should be
https://api.ncbi.nlm.nih.gov/datasets/v2alpha/virus/taxon/2697049/genome/download?aux_report=BIOSAMPLE_REPORT
Noting v1 included ncbi_dataset/data/biosample.jsonl
in the ZIP archive, while v2 includes ncbi_dataset/data/biosample_report.jsonl
in the ZIP archive.
Actually, since I'm updating the fetch-from-biosample, I might as well revisit https://github.com/nextstrain/ncov-ingest/issues/420.
NCBI Datasets announced v1 API has been deprecated and will no longer be available December 2024.
We are still using the v1 API in fetch-from-biosample. This should get updated to use the v2 API:
Thanks to @olearyna for the heads up 🙏