TRON-Bioinformatics / covigator

CoVigator - Monitoring SARS-CoV-2 mutations
MIT License
11 stars 1 forks source link

Update ENA accessor to include Nanopore data #104

Closed johausmann closed 5 months ago

johausmann commented 1 year ago

The accessor queries the ENA REST API and stores each sample metadata (ie: URLs to FASTQs, country, collection date, etc.). It also, optionally, downloads the FASTQ files and stores them in the file structure where they can be later found.

priesgo commented 1 year ago

I was looking into this old analysis https://github.com/TRON-Bioinformatics/covigator-analysis/blob/main/jupyter/01_ena_api_usage/ena_download.ipynb

I think you may want to look into the field instrument_platform rather than library_strategy

johausmann commented 1 year ago

That is right, but the accessor restricts the library strategies for the Illumina samples and filters them accordingly. Do we plan to do something similar for the Nanopore samples or do we include them all?

priesgo commented 1 year ago

As discussed this is maybe a question for Paul

priesgo commented 5 months ago

This is not in the roadmap anymore