mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
fix: update seqkit to 0.16.0 (#581)
This commit is contained in:
parent
b3c4667732
commit
65ab646870
1 changed files with 3 additions and 3 deletions
|
@ -12,12 +12,12 @@ process SEQKIT_SPLIT2 {
|
|||
mode: params.publish_dir_mode,
|
||||
saveAs: { filename -> saveFiles(filename:filename, options:params.options, publish_dir:getSoftwareName(task.process), meta:meta, publish_by_meta:['id']) }
|
||||
|
||||
conda (params.enable_conda ? "bioconda::seqkit=0.15.0" : null)
|
||||
conda (params.enable_conda ? "bioconda::seqkit=0.16.0" : null)
|
||||
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/seqkit:0.15.0--0"
|
||||
container "https://depot.galaxyproject.org/singularity/seqkit:0.16.0--h9ee0642_0"
|
||||
} else {
|
||||
container "quay.io/biocontainers/seqkit:0.15.0--0"
|
||||
container "quay.io/biocontainers/seqkit:0.16.0--h9ee0642_0"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue