Skip to content

Commit

Permalink
Update cutadapt to v4.6 (nf-core#5061)
Browse files Browse the repository at this point in the history
  • Loading branch information
SPPearce authored and jennylsmith committed Mar 20, 2024
1 parent 1973424 commit 33c56a0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion modules/nf-core/cutadapt/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ channels:
- bioconda
- defaults
dependencies:
- bioconda::cutadapt=3.4
- bioconda::cutadapt=4.6
4 changes: 2 additions & 2 deletions modules/nf-core/cutadapt/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ process CUTADAPT {

conda "${moduleDir}/environment.yml"
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
'https://depot.galaxyproject.org/singularity/cutadapt:3.4--py39h38f01e4_1' :
'biocontainers/cutadapt:3.4--py39h38f01e4_1' }"
'https://depot.galaxyproject.org/singularity/cutadapt:4.6--py39hf95cd2a_1' :
'biocontainers/cutadapt:4.6--py39hf95cd2a_1' }"

input:
tuple val(meta), path(reads)
Expand Down
12 changes: 6 additions & 6 deletions modules/nf-core/cutadapt/tests/main.nf.test.snap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 33c56a0

Please sign in to comment.