mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Update stringtie version
This commit is contained in:
parent
f4f96ff792
commit
74f27803b4
1 changed files with 3 additions and 3 deletions
|
@ -8,10 +8,10 @@ process STRINGTIE {
|
|||
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/stringtie:2.1.2--h7e0af3c_1"
|
||||
//container "https://depot.galaxyproject.org/singularity/stringtie:2.1.2--h7e0af3c_1"
|
||||
container "quay.io/biocontainers/stringtie:2.1.4--h7e0af3c_0"
|
||||
//container "https://depot.galaxyproject.org/singularity/stringtie:2.1.4--h7e0af3c_0"
|
||||
|
||||
conda (params.conda ? "bioconda::stringtie=2.1.2" : null)
|
||||
conda (params.conda ? "bioconda::stringtie=2.1.4" : null)
|
||||
|
||||
input:
|
||||
tuple val(meta), path(bam)
|
||||
|
|
Loading…
Reference in a new issue