Skip to content

Commit

Permalink
Use underscore instead of spaces in branch label
Browse files Browse the repository at this point in the history
  • Loading branch information
huddlej committed Nov 7, 2024
1 parent 77388e1 commit 3088a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/snakemake_rules/core.smk
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ rule proposed_subclades:
node_data = build_dir + "/{build_name}/{segment}/proposed_subclades.json",
params:
membership_name = "proposed_subclade",
label_name = "Proposed subclade",
label_name = "proposed_subclade",
conda: "../envs/nextstrain.yaml"
benchmark:
"benchmarks/proposed_subclades_{build_name}_{segment}.txt"
Expand Down

0 comments on commit 3088a3b

Please sign in to comment.