Entering edit mode
7.2 years ago
kinggang
•
0
Hi, How can i download complete plant protein sequences from ncbi using 'wget' program. (I think plant txid is 33090).
Hi, How can i download complete plant protein sequences from ncbi using 'wget' program. (I think plant txid is 33090).
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
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.