mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-23 03:28:17 +00:00
fix: remove left-over unnecessary code
This commit is contained in:
parent
c3bacb9fdd
commit
21ecd68bfe
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