mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
Bump new nextclade version (0.14.4) (#532)
This commit is contained in:
parent
d71c1b65eb
commit
3fce3f4950
2 changed files with 4 additions and 4 deletions
|
@ -11,11 +11,11 @@ process NEXTCLADE {
|
|||
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::nextclade_js=0.14.2" : null)
|
||||
conda (params.enable_conda ? "bioconda::nextclade_js=0.14.4" : null)
|
||||
if (workflow.containerEngine == 'singularity' && !params.singularity_pull_docker_container) {
|
||||
container "https://depot.galaxyproject.org/singularity/nextclade_js:0.14.2--h9ee0642_0"
|
||||
container "https://depot.galaxyproject.org/singularity/nextclade_js:0.14.4--h9ee0642_0"
|
||||
} else {
|
||||
container "quay.io/biocontainers/nextclade_js:0.14.2--h9ee0642_0"
|
||||
container "quay.io/biocontainers/nextclade_js:0.14.4--h9ee0642_0"
|
||||
}
|
||||
|
||||
input:
|
||||
|
|
|
@ -28,4 +28,4 @@
|
|||
- nextclade
|
||||
files:
|
||||
- path: output/nextclade/test.tree.json
|
||||
md5sum: 508a6ea19daf98fd8ae9f2d470f8c3cd
|
||||
md5sum: 5c57dd724bc2b5cfde8f42a17ff2865a
|
||||
|
|
Loading…
Reference in a new issue