GATK documentation states the -I arguement can be List[String], which when using HaplotypeCaller or UnifiedGenotyper would produce a multisample vcf.
However, I am confused as to how exactly I present my list of bam files.
I attempted to just do:
-I path/to/bam1 path/to/bam2 path/to/bam3 etc.
Can anyone explain how to present multiple bams to GATK at once? Thank you.
However, I am confused as to how exactly I present my list of bam files.
I attempted to just do:
-I path/to/bam1 path/to/bam2 path/to/bam3 etc.
Can anyone explain how to present multiple bams to GATK at once? Thank you.
Comment