java -jar /../../GenomeAnalysisTK.jar -T UnifiedGenotyper -R /data/../hg19_karyotypic.fa -I /../samplesorted.bam.bai -o samplesorted.geli.calls -vf GELI -stand_call_conf 30.0 -stand_emit_conf 10.0
I'm getting an error saying -vf
argument not defined. and I should use -h
argument. I have a sorted BAM file and just want to compare it to the reference genome and generate a vcf file. That's all. many thanks for your help.
I cannot see the option `-vf` in https://www.broadinstitute.org/gatk/gatkdocs/org_broadinstitute_gatk_tools_walkers_genotyper_UnifiedGenotyper.php
You are right, Pierre. Ive removed that I believe it was for an old version now the default output is only vcf files. Now im getting an error saying "strictness is silent".
You are right, Pierre. Ive removed that I believe it was for an old version now the default output is only vcf files.
I retried with
Now I'm getting the error:
The GATK no longer supports SAM files without read groups.