Skip to content

Commit

Permalink
update Biocontainers image tag as well
Browse files Browse the repository at this point in the history
  • Loading branch information
uniqueg committed Feb 1, 2024
1 parent 27d21a2 commit 5083cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion workflow/rules/paired_end.snakefile.smk
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ rule pe_remove_adapters_cutadapt:
),
),
container:
"docker://quay.io/biocontainers/cutadapt:3.4--py37h73a75cf_1"
"docker://quay.io/biocontainers/cutadapt:4.6--py310h4b81fae_1"
conda:
os.path.join(workflow.basedir, "envs", "cutadapt.yaml")
threads: 4
Expand Down
2 changes: 1 addition & 1 deletion workflow/rules/single_end.snakefile.smk
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ rule remove_polya_cutadapt:
),
),
container:
"docker://quay.io/biocontainers/cutadapt:3.4--py37h73a75cf_1"
"docker://quay.io/biocontainers/cutadapt:4.6--py310h4b81fae_1"
conda:
os.path.join(workflow.basedir, "envs", "cutadapt.yaml")
threads: 4
Expand Down

0 comments on commit 5083cd8

Please sign in to comment.