Update modules/gatk/realignertargetcreator/main.nf

This commit is contained in:
James A. Fellows Yates 2022-06-03 21:33:54 +02:00 committed by GitHub
parent d292f822e4
commit 0d087b4890
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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