GATK Error Message: Invalid argument value 'RealignerTargetCreator at position' 0
I am using gatk 3.7 and trying to make a vcf file from sam file using gatk pipeline. I am getting an error Error Message: Invalid argument value 'RealignerTargetCreator at position' 0 why i am getting this error message.
• 4,945 views
•
link
2 answers
One more thing. GATK 4 doesn't have the option of TargetRealignmentCreator, so what's the alternate of it ? do we apply haplotype caller directly on marked-duplicate.bam file ?
• 0 views
•
link
add -T RealignerTargetCreator to your command line after the jar file it will solve the problem.
• 0 views
•
link
Log in to answer this question.
show us the command line.
Just add the command.
java -jar GenomeAnalysisTK.jar RealignerTargetCreator -R hg38.fa -o target.list -I makred.bam
The example from the GATK documentation is the following:
There is a difference with your command, concerning
RealignerTargetCreator.ok. let me try with this