Skip to content

Commit

Permalink
fix: use container for deseq rule
Browse files Browse the repository at this point in the history
accidentally got switched back to envmodule during a merge
  • Loading branch information
kelly-sovacool committed Apr 18, 2024
1 parent 3d44d1a commit 3cba50d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions workflow/rules/diff.smk
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ rule DESeq:
spiked = NORM_METHOD,
species = config["genome"],
gtf=config["reference"][config["genome"]]["gtf"]
envmodules:
TOOLS["R"]
container: config['containers']['carlisle_r']
shell:
"""
set -exo pipefail
Expand Down

0 comments on commit 3cba50d

Please sign in to comment.