Hi
Thank you sir. Again the same error if i use the --known. As i said i tried -known, -- known --variants. Will the version of tool matters?
Thanks
Hi
I am currently using GATK-1.0 version to run the RealignerTargetCreator to perform local realignment around indels.
command:
java -jar GenomeAnalysisTK.jar -T RealignerTargetCreator -R ../../rice/IRGSP-1.0_genome.fasta -I uniqueKAVUNI1.bam -known oryza_sativa.vcf -o target_intervals.list. I end up with below error
I tried --variant and --known option too to submit the known vcf file. I get the same error. I want to know what is the input argument given to submit the vcf file.
Thanks
hi sukesh1411, -L target_intervals.list -o output_file.intervals --known oryza_sativa.vcf
i think this should fix your error.
You can migrate to the latest version of GTAK. Also the present best practices pipeline has done away with the indel realignment step (https://software.broadinstitute.org/gatk/best-practices/bp_3step.php?case=GermShortWGS)
thank you sir. i will try in latest version of GATK.
Log in to answer this question.