protein sequence retrivel using wget
Hi, How can i download complete plant protein sequences from ncbi using 'wget' program. (I think plant txid is 33090).
• 2,250 views
•
link
1 answer
Assuming that you want to download sequences in the fasta format, you can use NCBI Unix eutils:
esearch -db protein -query "txid33090 [Orgn]" |efetch -format fasta
• 0 views
•
link
Log in to answer this question.