Skip to content

Commit

Permalink
fix container qc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Oct 9, 2020
1 parent 539c667 commit fe02ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/rules/filter_mask.smk
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ rule snippy_multi_filter:
params:
missing = float(config["snippy_missing_data"] / 100)
conda:
os.path.join(envs_dir,"qc","filter.yaml")
os.path.join(envs_dir,"qc","qc.yaml")
resources:
cpus = 1,
shell:
Expand Down

0 comments on commit fe02ede

Please sign in to comment.