Looking at How to dump genes from GenBank in GFF3 format? ? i've tried to download the full record of CM000760.3 as XML using Efetch, but it seems that the annotations are not downloaded (which is a new "feature" to me ):
wget -O - "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nuccore&id=CM000760.3&rettype=gb&retmode=xml"
while https://www.ncbi.nlm.nih.gov/nuccore/CM000760?report=gbwithparts shows the full annotation table.
What would be the correct EFetch URL do get the full table ?
@Pierre: how about this?
wget -O - "https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nuccore&id=CM000760.3&rettype=gbfull&retmode=xml"
@genomax: closer but it's not GBXML ( https://www.ncbi.nlm.nih.gov/dtd/NCBI_GBSeq.mod.dtd ) it's Bioseq-set : ( https://www.ncbi.nlm.nih.gov/dtd/NCBI_Seqset.mod.dtd )
and it matters because I can generate a java parser for genbank:
but not for the other one: