Skip to content

Commit

Permalink
Removing meta in certain input-channels in call to GATK4_HAPLOTYPECALLER
Browse files Browse the repository at this point in the history
  • Loading branch information
asp8200 committed Feb 23, 2024
1 parent 9bb7bb4 commit 9ab72f2
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ workflow BAM_VARIANT_CALLING_HAPLOTYPECALLER {

GATK4_HAPLOTYPECALLER(
cram_intervals,
fasta.map{ it -> [[:], it] },
fasta_fai.map{ it -> [[:], it] },
fasta,
fasta_fai,
dict,
dbsnp.map{ it -> [[:], it] },
dbsnp_tbi.map{ it -> [[:], it] })
dbsnp,
dbsnp_tbi)

// For joint genotyping
gvcf_tbi_intervals = GATK4_HAPLOTYPECALLER.out.vcf
Expand Down

0 comments on commit 9ab72f2

Please sign in to comment.