mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:13:09 +00:00
Merge pull request #249 from genomic-medicine-sweden/update_taxpasta
Update taxpasta
This commit is contained in:
commit
d9f687667e
2 changed files with 4 additions and 4 deletions
|
@ -209,7 +209,7 @@
|
||||||
},
|
},
|
||||||
"taxpasta/merge": {
|
"taxpasta/merge": {
|
||||||
"branch": "master",
|
"branch": "master",
|
||||||
"git_sha": "fe58454add6225d2b7468e6d72a3a1f6a3149638",
|
"git_sha": "23ff77e576b3930923229e7430dcdd0b51012c1d",
|
||||||
"installed_by": ["modules"]
|
"installed_by": ["modules"]
|
||||||
},
|
},
|
||||||
"untar": {
|
"untar": {
|
||||||
|
|
6
modules/nf-core/taxpasta/merge/main.nf
generated
6
modules/nf-core/taxpasta/merge/main.nf
generated
|
@ -2,10 +2,10 @@ process TAXPASTA_MERGE {
|
||||||
tag "$meta.id"
|
tag "$meta.id"
|
||||||
label 'process_single'
|
label 'process_single'
|
||||||
|
|
||||||
conda "bioconda::taxpasta=0.2.0"
|
conda "bioconda::taxpasta=0.2.1"
|
||||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||||
'https://depot.galaxyproject.org/singularity/taxpasta:0.2.0--pyhdfd78af_0':
|
'https://depot.galaxyproject.org/singularity/taxpasta:0.2.1--pyhdfd78af_0':
|
||||||
'quay.io/biocontainers/taxpasta:0.2.0--pyhdfd78af_0' }"
|
'quay.io/biocontainers/taxpasta:0.2.1--pyhdfd78af_0' }"
|
||||||
|
|
||||||
|
|
||||||
input:
|
input:
|
||||||
|
|
Loading…
Reference in a new issue