Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
anna-parker committed Oct 17, 2024
1 parent 42ec318 commit da2e140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ingest/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rule fetch_ncbi_dataset_package:
rule format_ncbi_dataset_report:
input:
script="scripts/rename_fields.py",
dataset_package="results/ncbi_dataset",
dataset_package=directory("results/ncbi_dataset"),
config="results/config.yaml",
output:
ncbi_dataset_tsv="results/metadata_post_rename.tsv",
Expand Down
2 changes: 1 addition & 1 deletion ingest/tests/config_cchf/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ rename:
ncbiSubmitterAffiliation: authorAffiliations
ncbiSubmitterNames: authors
taxon_id: 3052518
check_ena_deposition: false
check_ena_deposition: true

0 comments on commit da2e140

Please sign in to comment.