Entering edit mode
5.5 years ago
speycast
•
0
Hi,
I'm trying to retrieve GenBank files for genes with older assembly version (GRCh37) using eutils Bash
For example: efetch -db nucleotide -id NC_000012.11 -seq_start 53700940 -seq_stop 53715954 -format gb
and I noticed in theFEATURE section in the .gb file it does not have features such as mRNA, CDS region. It only contains source, does anyone know how can I retrieve mRNA, CDS altogether with FEATURES?
Thanks very much!
Thanks so much Sej!!