mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
update bakta to latest version (v1.4.0) (#1428)
* update bakta to latest version (v1.4.0) * Update test.yml * remove empty file md5sums * bakta was rebuilt to fix dependencies on bioconda * trigger ci Co-authored-by: Ramprasad Neethiraj <20065894+ramprasadn@users.noreply.github.com>
This commit is contained in:
parent
debbcd98eb
commit
dfbb0bc17c
3 changed files with 4 additions and 15 deletions
|
@ -2,10 +2,10 @@ process BAKTA {
|
|||
tag "$meta.id"
|
||||
label 'process_medium'
|
||||
|
||||
conda (params.enable_conda ? "bioconda::bakta=1.3.1" : null)
|
||||
conda (params.enable_conda ? "bioconda::bakta=1.4.0" : null)
|
||||
container "${ workflow.containerEngine == 'singularity' && !task.ext.singularity_pull_docker_container ?
|
||||
'https://depot.galaxyproject.org/singularity/bakta:1.3.1--pyhdfd78af_0' :
|
||||
'quay.io/biocontainers/bakta:1.3.1--pyhdfd78af_0' }"
|
||||
'https://depot.galaxyproject.org/singularity/bakta:1.4.0--pyhdfd78af_1' :
|
||||
'quay.io/biocontainers/bakta:1.4.0--pyhdfd78af_1' }"
|
||||
|
||||
input:
|
||||
tuple val(meta), path(fasta)
|
||||
|
|
|
@ -78,7 +78,7 @@ output:
|
|||
pattern: "*.ffn"
|
||||
- hypotheticals_tsv:
|
||||
type: file
|
||||
description: further information on hypothetical protein CDS as simple human readble tab separated values
|
||||
description: additional information on hypothetical protein CDS as simple human readble tab separated values
|
||||
pattern: "*.hypotheticals.tsv"
|
||||
- hypotheticals_faa:
|
||||
type: file
|
||||
|
|
|
@ -1,25 +1,14 @@
|
|||
## TODO nf-core: Please run the following command to build this file:
|
||||
# nf-core modules create-test-yml bakta
|
||||
- name: bakta
|
||||
command: nextflow run ./tests/modules/bakta -entry test_bakta -c tests/config/nextflow.config -stub-run
|
||||
tags:
|
||||
- bakta
|
||||
files:
|
||||
- path: output/bakta/test.embl
|
||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||
- path: output/bakta/test.faa
|
||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||
- path: output/bakta/test.ffn
|
||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||
- path: output/bakta/test.fna
|
||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||
- path: output/bakta/test.gbff
|
||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||
- path: output/bakta/test.gff3
|
||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||
- path: output/bakta/test.hypotheticals.tsv
|
||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||
- path: output/bakta/test.hypotheticals.faa
|
||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||
- path: output/bakta/test.tsv
|
||||
md5sum: d41d8cd98f00b204e9800998ecf8427e
|
||||
|
|
Loading…
Reference in a new issue