mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 22:53:08 +00:00
Update mOTUs to 3.0.3
This commit is contained in:
parent
be85cb408c
commit
e31e7d3172
5 changed files with 10 additions and 12 deletions
|
@ -172,12 +172,12 @@
|
|||
},
|
||||
"motus/merge": {
|
||||
"branch": "master",
|
||||
"git_sha": "5e34754d42cd2d5d248ca8673c0a53cdf5624905",
|
||||
"git_sha": "3fce766123e71e82fb384db7d07b59180baa9ee9",
|
||||
"installed_by": ["modules"]
|
||||
},
|
||||
"motus/profile": {
|
||||
"branch": "master",
|
||||
"git_sha": "5e34754d42cd2d5d248ca8673c0a53cdf5624905",
|
||||
"git_sha": "3fce766123e71e82fb384db7d07b59180baa9ee9",
|
||||
"installed_by": ["modules"]
|
||||
},
|
||||
"multiqc": {
|
||||
|
|
8
modules/nf-core/motus/merge/main.nf
generated
8
modules/nf-core/motus/merge/main.nf
generated
|
@ -1,13 +1,11 @@
|
|||
VERSION = '3.0.1'
|
||||
|
||||
process MOTUS_MERGE {
|
||||
tag "$meta.id"
|
||||
label 'process_single'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::motus=3.0.1" : null)
|
||||
conda (params.enable_conda ? "bioconda::motus=3.0.3" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/motus:3.0.1--pyhdfd78af_0':
|
||||
'quay.io/biocontainers/motus:3.0.1--pyhdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/motus:3.0.3--pyhdfd78af_0':
|
||||
'quay.io/biocontainers/motus:3.0.3--pyhdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(input)
|
||||
|
|
2
modules/nf-core/motus/merge/meta.yml
generated
2
modules/nf-core/motus/merge/meta.yml
generated
|
@ -14,7 +14,7 @@ tools:
|
|||
homepage: "https://motu-tool.org/"
|
||||
documentation: "https://github.com/motu-tool/mOTUs/wiki"
|
||||
tool_dev_url: "https://github.com/motu-tool/mOTUs"
|
||||
doi: "10.1038/s41467-019-08844-4"
|
||||
doi: "10.1186/s40168-022-01410-z"
|
||||
licence: "['GPL v3']"
|
||||
|
||||
input:
|
||||
|
|
6
modules/nf-core/motus/profile/main.nf
generated
6
modules/nf-core/motus/profile/main.nf
generated
|
@ -2,10 +2,10 @@ process MOTUS_PROFILE {
|
|||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::motus=3.0.1" : null)
|
||||
conda (params.enable_conda ? "bioconda::motus=3.0.3" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/motus:3.0.1--pyhdfd78af_0':
|
||||
'quay.io/biocontainers/motus:3.0.1--pyhdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/motus:3.0.3--pyhdfd78af_0':
|
||||
'quay.io/biocontainers/motus:3.0.3--pyhdfd78af_0' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(reads)
|
||||
|
|
2
modules/nf-core/motus/profile/meta.yml
generated
2
modules/nf-core/motus/profile/meta.yml
generated
|
@ -11,7 +11,7 @@ tools:
|
|||
homepage: "https://motu-tool.org/"
|
||||
documentation: "https://github.com/motu-tool/mOTUs/wiki"
|
||||
tool_dev_url: "https://github.com/motu-tool/mOTUs"
|
||||
doi: "10.1038/s41467-019-08844-4"
|
||||
doi: "10.1186/s40168-022-01410-z"
|
||||
licence: "['GPL v3']"
|
||||
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue