fix: remove left-over unnecessary code (#1235)

This commit is contained in:
James A. Fellows Yates 2022-01-27 09:38:06 +01:00 committed by GitHub
parent c3bacb9fdd
commit fc1e694e6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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