mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
Update dragonflye to latest version (#1442)
* Update dragonflye to latest version * trigger ci
This commit is contained in:
parent
dfbb0bc17c
commit
608bb22598
1 changed files with 4 additions and 3 deletions
|
@ -2,10 +2,10 @@ process DRAGONFLYE {
|
|||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::dragonflye=1.0.4" : null)
|
||||
conda (params.enable_conda ? "bioconda::dragonflye=1.0.11" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/dragonflye:1.0.4--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dragonflye:1.0.4--hdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/dragonflye:1.0.11--hdfd78af_0' :
|
||||
'quay.io/biocontainers/dragonflye:1.0.11--hdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(reads)
|
||||
|
@ -32,6 +32,7 @@ process DRAGONFLYE {
|
|||
--ram $memory \\
|
||||
--outdir ./ \\
|
||||
--force
|
||||
|
||||
cat <<-END_VERSIONS > versions.yml
|
||||
"${task.process}":
|
||||
dragonflye: \$(dragonflye --version 2>&1 | sed 's/^.*dragonflye //' )
|
||||
|
|
Loading…
Reference in a new issue