mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +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:
|
||||
tuple val(meta), path(fasta), val(model)
|
||||
tuple path(db)
|
||||
path(db)
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.align.daa") , emit: daa
|
||||
|
|
Loading…
Reference in a new issue