mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-12-22 02:58:17 +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:
|
input:
|
||||||
tuple val(meta), path(input), path(index)
|
tuple val(meta), path(input), path(index)
|
||||||
path(fasta)
|
path fasta
|
||||||
path(fai)
|
path fai
|
||||||
path(dict)
|
path dict
|
||||||
path(known_vcf)
|
path known_vcf
|
||||||
|
|
||||||
output:
|
output:
|
||||||
tuple val(meta), path("*.intervals"), emit: intervals
|
tuple val(meta), path("*.intervals"), emit: intervals
|
||||||
|
|
Loading…
Reference in a new issue