GATK Indelrealignment Problem : The input is truncated?
1
0
Entering edit mode
4.3 years ago

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 ?

GATK REALÄ°GNMENT EOF marker • 639 views
ADD COMMENT
0
Entering edit mode
4.3 years ago
kanika.151 ▴ 130

I would do sam to bam conversion again or repeat the last step again which created your input.bam.

ADD COMMENT

Login before adding your answer.

Traffic: 2524 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6