NCBI-Hackathons / EDirectCookbook

MIT License
159 stars 53 forks source link

Added taxon to RefSeq genome FASTA files example #21

Open ucpete opened 7 years ago

ucpete commented 7 years ago

Takes in the scientific name of a taxon on the command line (should usually be species or strain level to keep number of results manageable), retrieves taxID using esearch | efetch | xtract, which is nested by process substitution into elink | efilter | efetch.

Tested and works in bash on 8/25/2017 – could use independent confirmation.