Skip to content

Commit

Permalink
Fixing wrong conda env referenced
Browse files Browse the repository at this point in the history
  • Loading branch information
weber8thomas committed Jun 26, 2024
1 parent a57530f commit 440430f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow/rules/count.smk
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
if config["ashleys_pipeline"] is False:


rule generate_exclude_file_for_mosaic_count:
input:
bam=lambda wc: expand(
Expand All @@ -14,7 +13,7 @@ if config["ashleys_pipeline"] is False:
log:
"{folder}/log/config/{sample}/exclude_file.log",
conda:
"../envs/ashleys_base.yaml"
"../envs/mc_base.yaml"
params:
chroms=config["chromosomes"]
if config["reference"] != "mm10"
Expand Down

0 comments on commit 440430f

Please sign in to comment.