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

sequence

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

Log in to answer this question.