This is a test version of Biostars. For the public version, visit https://www.biostars.org.
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

ncbi locus_tag gene symbol

1 answer

You can use NCBI unix e-utils.

esearch -db gene -query "CGI_10028029"|elink -target nuccore|efetch -format fasta

Log in to answer this question.