Entering edit mode
5.4 years ago
hafiz.talhamalik
▴
350
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.
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