1
0
Fork 0
mirror of https://github.com/MillironX/taxprofiler.git synced 2024-11-10 22:53:08 +00:00

Merge pull request #190 from nf-core/motus-update-version

Update mOTUs to 3.0.3
This commit is contained in:
James A. Fellows Yates 2022-12-12 18:24:05 +01:00 committed by GitHub
commit 971f6a6ea8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 10 additions and 12 deletions

View file

@ -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": {

View file

@ -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)

View file

@ -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:

View file

@ -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)

View file

@ -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: