diff options
Diffstat (limited to 'workflows/pull-data/genbank/README.md')
-rw-r--r-- | workflows/pull-data/genbank/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/workflows/pull-data/genbank/README.md b/workflows/pull-data/genbank/README.md index f442b5d..d7c294b 100644 --- a/workflows/pull-data/genbank/README.md +++ b/workflows/pull-data/genbank/README.md @@ -4,7 +4,7 @@ # --- get list of IDs already in PubSeq sparql-fetch-ids > pubseq_ids.txt # --- get list of missing genbank IDs -genbank-fetch-ids --skip pubseq_ids.txt > genbank_ids.txt +genbank-fetch-ids.py --skip pubseq_ids.txt > genbank_ids.txt # --- fetch XML update-from-genbank.py --ids genbank_ids.txt --outdir ~/tmp/genbank # --- Transform to YAML and FASTA |