Hi NCBI datasets team,
Is there an official way to request additional metadata attributes to include in the Virus Data Report?
If possible, I'd like to request the report to include the strain attribute.
Currently we are trying to use the NCBI Datasets CLI to download measles genomes via
datasets download virus genome taxon 11234 --no-progressbar --filename data/ncbi_dataset.zip
The downloaded Virus Data Report does not include the strain attribute, which we can potentially use to parse out dates for records as @jameshadfield commented:
For strain names following the WHO schema, the "XX.YY" corresponds to
Date of rash onset if known, otherwise date of specimen collection by epidemiological week (1-53) and year.
So, e.g., Accession JX187583, which doesn't have a date in our workflow, has sample name MVs/Parma.ITA/47.08 in nuccore so it'd have date of 2008-11-XX | 2008-12-XX
Hi NCBI datasets team,
Is there an official way to request additional metadata attributes to include in the Virus Data Report?
If possible, I'd like to request the report to include the
strainattribute.Currently we are trying to use the NCBI Datasets CLI to download measles genomes via
The downloaded Virus Data Report does not include the
strainattribute, which we can potentially use to parse out dates for records as @jameshadfield commented: