Skip to content

Commit

Permalink
fix: use container for cutadapt
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Apr 12, 2024
1 parent dbf0dc5 commit 9fcb3ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ containers:
bowtie1: "docker://nciccbr/charlie_bowtie1:v0.1.0"
circexplorer: 'docker://nciccbr/ccbr_circexplorer:v1.0'
clear: "docker://nciccbr/ccbr_clear:latest"
cutadapt: 'nciccbr/ncigb_cutadapt_v1.18:latest'
dcc: "docker://nciccbr/charlie_dcc:v0.1.0"
mapsplice: "docker://cgrlab/mapsplice2:latest"
nclscan: "docker://nciccbr/charlie_nclscan:v0.1.0"
Expand Down
3 changes: 1 addition & 2 deletions workflow/rules/preprocessing.smk
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ rule cutadapt:
cutadapt_q=config["cutadapt_q"],
adapters=join(RESOURCES_DIR, "TruSeq_and_nextera_adapters.consolidated.fa"),
randomstr=str(uuid.uuid4()),
envmodules:
TOOLS["cutadapt"]["version"],
container: config['containers']['cutadapt']
threads: getthreads("cutadapt")
shell:
"""
Expand Down

0 comments on commit 9fcb3ee

Please sign in to comment.