Skip to content

Commit

Permalink
Use ingest/scripts to match phylogenetic/scripts #66
Browse files Browse the repository at this point in the history
  • Loading branch information
j23414 authored Jul 8, 2024
2 parents 23263aa + 8c71cda commit e05770b
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 13 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.
11 changes: 0 additions & 11 deletions phylogenetic/scripts/check-countries-have-colors.sh

This file was deleted.

0 comments on commit e05770b

Please sign in to comment.