mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:03:10 +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": {
|
||||
"branch": "master",
|
||||
"git_sha": "fe58454add6225d2b7468e6d72a3a1f6a3149638",
|
||||
"git_sha": "23ff77e576b3930923229e7430dcdd0b51012c1d",
|
||||
"installed_by": ["modules"]
|
||||
},
|
||||
"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"
|
||||
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 ?
|
||||
'https://depot.galaxyproject.org/singularity/taxpasta:0.2.0--pyhdfd78af_0':
|
||||
'quay.io/biocontainers/taxpasta:0.2.0--pyhdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/taxpasta:0.2.1--pyhdfd78af_0':
|
||||
'quay.io/biocontainers/taxpasta:0.2.1--pyhdfd78af_0' }"
|
||||
|
||||
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue