mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +00:00
Update modules/gatk4/composestrtablefile/main.nf
Co-authored-by: FriederikeHanssen <Friederike.hanssen@qbic.uni-tuebingen.de>
This commit is contained in:
parent
e4f51d6f59
commit
5b74a179c3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue