mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update trimgalore version
This commit is contained in:
parent
d19a8c702d
commit
436a1f983c
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ process TRIMGALORE {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:options, publish_dir:getSoftwareName(task.process), publish_id:meta.id) }
|
||||
|
||||
container "quay.io/biocontainers/trim-galore:0.6.5--0"
|
||||
//container "https://depot.galaxyproject.org/singularity/trim-galore:0.6.5--0"
|
||||
container "quay.io/biocontainers/trim-galore:0.6.6--0"
|
||||
//container "https://depot.galaxyproject.org/singularity/trim-galore:0.6.6--0"
|
||||
|
||||
conda (params.conda ? "bioconda::trim-galore=0.6.5" : null)
|
||||
conda (params.conda ? "bioconda::trim-galore=0.6.6" : null)
|
||||
|
||||
input:
|
||||
tuple val(meta), path(reads)
|
||||
|
|
Loading…
Reference in a new issue