Entering edit mode
4.9 years ago
sevvalakturk96
•
0
After realigning with bam files with GATK Indelrealigner , we are getting error: "EOF marker is absent.The input is probably truncated."
We did that before with other bam files and there wasn't any problem ,but now we are in trouble. We though that it can be due to insufficient memory. To solve it we split the bam files by chromosomes and tried realignment again. It didn't work. We got the same error. For all of these, GATK 3.2 was used. Here our code :
java -Xmx65000m -jar /usr/local/sw/GenomeAnalysisTK.jar -T IndelRealigner -R x.fa -I input.bam -known x.vcf.gz -targetIntervals x.intervals -o output.bam
Any suggestions ?