Entering edit mode
7.7 years ago
AsoInfo
▴
300
Hi,
I want to download sequences of TSA by the specific BioProject id and save it seperately. I am using following command:
esearch -db nuccore -query "381307[BioProject] AND tsa master[prop]" | elink -target nuccore -name nuccore_nuccore_mstr2mbr | efetch -format fasta
I would like to save the files with their corresponding names. (As far as I think, the command will give me the required result as I am new to eutils).
Thanks!