mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-21 18:58:16 +00:00
Update modules/gatk/realignertargetcreator/main.nf
This commit is contained in:
parent
d292f822e4
commit
0d087b4890
1 changed files with 4 additions and 4 deletions
|
@ -9,10 +9,10 @@ process GATK_REALIGNERTARGETCREATOR {
|
|||
|
||||
input:
|
||||
tuple val(meta), path(input), path(index)
|
||||
path(fasta)
|
||||
path(fai)
|
||||
path(dict)
|
||||
path(known_vcf)
|
||||
path fasta
|
||||
path fai
|
||||
path dict
|
||||
path known_vcf
|
||||
|
||||
output:
|
||||
tuple val(meta), path("*.intervals"), emit: intervals
|
||||
|
|
Loading…
Reference in a new issue