Skip to content

Commit

Permalink
Use centralized fetch-from-ncbi-entrez
Browse files Browse the repository at this point in the history
That script is based on fetch-genbank.py with some backwards-compatible improvements¹.

¹ nextstrain/ingest@1eb8b30...22775b0
  • Loading branch information
victorlin committed Aug 18, 2023
1 parent 80fc4c5 commit 7f5e143
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
2 changes: 1 addition & 1 deletion ingest/ingest.smk
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rule fetch_genbank:
retries: 1 # Requires snakemake 7.7.0 or later
shell:
"""
ingest/scripts/fetch-genbank.py --term {params.term:q} --output {output.genbank}
ingest/vendored/fetch-from-ncbi-entrez --term {params.term:q} --output {output.genbank}
"""

rule parse_genbank:
Expand Down
43 changes: 0 additions & 43 deletions ingest/scripts/fetch-genbank.py

This file was deleted.

0 comments on commit 7f5e143

Please sign in to comment.