Skip to content

Commit

Permalink
remove root sequence from expected outputs
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed May 30, 2024
1 parent e20ad52 commit 03a0bf3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow/snakemake_rules/main_workflow.smk
Original file line number Diff line number Diff line change
Expand Up @@ -1402,8 +1402,7 @@ rule export:
lat_longs = config["files"]["lat_longs"],
description = rules.build_description.output.description
output:
auspice_json = "results/{build_name}/ncov_with_accessions.json",
root_sequence_json = "results/{build_name}/ncov_with_accessions_root-sequence.json"
auspice_json = "results/{build_name}/ncov_with_accessions.json"
log:
"logs/export_{build_name}.txt"
benchmark:
Expand Down

0 comments on commit 03a0bf3

Please sign in to comment.