Skip to content

Commit

Permalink
Use ingest/scripts to match phylogenetic/scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 committed Jul 8, 2024
1 parent 23263aa commit c401bb8
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ingest/rules/curate.smk
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ rule curate:
--default-value {params.authors_default_value} \
| ./vendored/apply-geolocation-rules \
--geolocation-rules {input.all_geolocation_rules} \
| ./bin/fix-zika-strain-names.py \
| ./scripts/fix-zika-strain-names.py \
| ./vendored/merge-user-metadata \
--annotations {input.annotations} \
--id-field {params.annotations_id} \
| ./bin/ndjson-to-tsv-and-fasta \
| ./scripts/ndjson-to-tsv-and-fasta \
--metadata-columns {params.metadata_columns} \
--metadata {output.metadata} \
--fasta {output.sequences} \
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c401bb8

Please sign in to comment.