mirror of
https://github.com/MillironX/taxprofiler.git
synced 2024-11-10 23:23:09 +00:00
Merge pull request #264 from sofstam/update_taxpasta_version
Updata taxpasta 0.2.3
This commit is contained in:
commit
ae3ee470ee
3 changed files with 5 additions and 5 deletions
|
@ -209,7 +209,7 @@
|
|||
},
|
||||
"taxpasta/merge": {
|
||||
"branch": "master",
|
||||
"git_sha": "23ff77e576b3930923229e7430dcdd0b51012c1d",
|
||||
"git_sha": "ffa9641ee18f88aff974257cb50ba3cf8f7d143c",
|
||||
"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.1"
|
||||
conda "bioconda::taxpasta=0.2.3"
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/taxpasta:0.2.1--pyhdfd78af_0':
|
||||
'quay.io/biocontainers/taxpasta:0.2.1--pyhdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/taxpasta:0.2.3--pyhdfd78af_0':
|
||||
'quay.io/biocontainers/taxpasta:0.2.3--pyhdfd78af_0' }"
|
||||
|
||||
|
||||
input:
|
||||
|
|
2
modules/nf-core/taxpasta/merge/meta.yml
generated
2
modules/nf-core/taxpasta/merge/meta.yml
generated
|
@ -14,7 +14,7 @@ tools:
|
|||
homepage: "https://taxpasta.readthedocs.io/"
|
||||
documentation: "https://taxpasta.readthedocs.io/"
|
||||
tool_dev_url: "https://github.com/taxprofiler/taxpasta"
|
||||
doi: ""
|
||||
|
||||
licence: "['Apache-2.0']"
|
||||
|
||||
input:
|
||||
|
|
Loading…
Reference in a new issue