NCBI : Obtain "gene symbol" and fasta sequence from locus_tag list
Hi,
i have a list of locus_tag such as CGI_10028029 and i would like to obtain gene and fasta sequence for each locus_tag. i don't know how to do it automatically.
Thanks
• 3,234 views
•
link
1 answer
You can use NCBI unix e-utils.
esearch -db gene -query "CGI_10028029"|elink -target nuccore|efetch -format fasta
• 0 views
•
link
Log in to answer this question.