fix: remove left-over unnecessary code

This commit is contained in:
James A. Fellows Yates 2022-01-27 08:43:02 +01:00 committed by GitHub
parent c3bacb9fdd
commit 21ecd68bfe
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