mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +00:00
fix: remove left-over unnecessary code (#1235)
This commit is contained in:
parent
c3bacb9fdd
commit
fc1e694e6e
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ process DEEPARG_PREDICT {
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(fasta), val(model)
|
tuple val(meta), path(fasta), val(model)
|
||||||
tuple path(db)
|
path(db)
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("*.align.daa") , emit: daa
|
tuple val(meta), path("*.align.daa") , emit: daa
|
||||||
|
|
Loading…
Reference in a new issue