mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 11:08:17 +00:00
remove duplciate path
This commit is contained in:
parent
abc619a3e2
commit
43ef3841d1
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ process GATK_REALIGNERTARGETCREATOR {
|
||||||
|
|
||||||
input:
|
input:
|
||||||
tuple val(meta), path(input), path(index)
|
tuple val(meta), path(input), path(index)
|
||||||
path path(fasta)
|
path(fasta)
|
||||||
path(fai)
|
path(fai)
|
||||||
path(dict)
|
path(dict)
|
||||||
path(known_vcf)
|
path(known_vcf)
|
||||||
|
|
Loading…
Reference in a new issue