luxia
6/20/2017 - 1:26 PM

NCBI terminal tool

NCBI terminal tool

esearch -db nucleotide -query "M57737"[ACCN]|efetch -format fasta > x.fasta
cat Treponemadiversity.txt | while read p; do echo $p; efetch -db nucleotide -id $p -format fasta > $p.fasta; done;