Update modules/gatk4/composestrtablefile/main.nf

Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
This commit is contained in:
nvnieuwk 2022-06-01 09:14:08 +02:00 committed by GitHub
parent e4f51d6f59
commit 5b74a179c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,9 @@ process GATK4_COMPOSESTRTABLEFILE {
'quay.io/biocontainers/gatk4:4.2.6.1--hdfd78af_0' }"
input:
tuple path(fasta), path(fasta_fai), path(dict)
path(fasta)
path(fasta_fai)
path(dict)
output:
path "*.zip" , emit: str_table