diff options
Diffstat (limited to 'workflows/pull-data/genbank/genbank-fetch-ids')
-rwxr-xr-x | workflows/pull-data/genbank/genbank-fetch-ids | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/workflows/pull-data/genbank/genbank-fetch-ids b/workflows/pull-data/genbank/genbank-fetch-ids index 00f693f..24fe4c7 100755 --- a/workflows/pull-data/genbank/genbank-fetch-ids +++ b/workflows/pull-data/genbank/genbank-fetch-ids @@ -1,3 +1,5 @@ -#!/usr/bin/env ruby -# +#!/bin/sh # +# genbank-fetch-ids > genbank_ids.tx + +curl 'https://www.ncbi.nlm.nih.gov/genomes/VirusVariation/vvsearch2/?q=*:*&fq=%7B!tag=SeqType_s%7DSeqType_s:(%22Nucleotide%22)&fq=VirusLineageId_ss:(2697049)&cmd=download&sort=SourceDB_s%20desc,CreateDate_dt%20desc,id%20asc&dlfmt=acc&fl=id' |