Download sequences from Bioproject
Hello everyone,
I am trying to download the mRNA sequences from the following link:
https://www.ncbi.nlm.nih.gov/bioproject/81581
However, I tried to search information about how to do it but it was useless. Could somebody give my some information about how do this?
Thank you to everyone.
JC
• 10,624 views
•
link
2 answers
You can use NCBI UNIX utils to download data in the fasta format.
esearch -db bioproject -query 81581 |elink -target nuccore|efetch -format fasta
• 1 views
•
link
Log in to answer this question.