Skip to content

Commit

Permalink
error in env.yaml name
Browse files Browse the repository at this point in the history
  • Loading branch information
LiaOb21 committed Jan 4, 2024
1 parent a5927dd commit 77ec22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/yahs.smk
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ rule run_yahs:
log:
"logs/yahs_{sample}.log"
conda:
"../envs/yahs_{sample}.yaml"
"../envs/yahs.yaml"
params:
optional_params=" ".join(
f"{k} {v}" for k, v in config["yahs"]["optional_params"].items() if v
Expand Down

0 comments on commit 77ec22b

Please sign in to comment.