mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2025-01-02 20:52:07 -05: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' }"
|
'quay.io/biocontainers/gatk4:4.2.6.1--hdfd78af_0' }"
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple path(fasta), path(fasta_fai), path(dict)
|
path(fasta)
|
||||||
|
path(fasta_fai)
|
||||||
|
path(dict)
|
||||||
|
|
||||||
output:
|
output:
|
||||||
path "*.zip" , emit: str_table
|
path "*.zip" , emit: str_table
|
||||||
|
|
Loading…
Reference in a new issue