muTect analysis, error
1
0
Entering edit mode
9.5 years ago
Chirag Nepal ★ 2.4k

I am running muTect with the following parameter, and I have the following errors

java -Xmx8g \
  -jar ~/unixTools/muTect-1.1.4-bin/muTect-1.1.4.jar \
  --analysis_type MuTect \
  --reference_sequence ucsc.hg19.fasta \
  --cosmic GATKDictionary/CosmicCodingMuts_v68_Modified.vcf \
  --dbsnp GATKDictionary/dbsnp_138.hg19.vcf \
  --input_file:normal bamRealigned/Sample_ST1_CC008T_IndelRealigned.bam \
  --input_file:tumor bamRealigned/Sample_ST2_CC008N_IndelRealigned.bam \
  --out Test.stats.out \
  --coverage_file Test.wig.text

I did not provide --intervals option, so it would search on the whole genome.

I get this error:

Error processing chr1:1647928
java.lang.IllegalArgumentException: Comparison method violates its general contract!
    at java.util.TimSort.mergeLo(TimSort.java:747)
    at java.util.TimSort.mergeAt(TimSort.java:483)

I even tried running older version of muTect, and still get the error.

Any suggestions how to solve it.

exome mutect software-error • 3.8k views
ADD COMMENT
3
Entering edit mode
9.5 years ago
russhh 5.7k

use java6 and repeat

ADD COMMENT
0
Entering edit mode

As the server i am using have the latest version of Java, so do i need to install the older (which ?) version of Java. If you could write few lines about it, that would be helpful. thanks!

ADD REPLY
0
Entering edit mode

as I said, use JAVA6. Try it on your desktop/laptop if you can't install java 6 on the server (though I'd suspect you can find an earlier java already installed if you follow your nose).

ADD REPLY
0
Entering edit mode

If you're on a HPC, try using module avail and module load, with specific Java versions.

Hi Chirag Nepal, please provide some feedback on members' comments. Did the suggestions help you?

ADD REPLY
0
Entering edit mode

I installed Java6 on the server and it worked fine, without any errors.

ADD REPLY
0
Entering edit mode

That's wonderful. I just moved Russ's comment to an answer. Could you maybe accept it please? Thank you!

ADD REPLY
0
Entering edit mode

Thanks, I just did.

ADD REPLY

Login before adding your answer.

Traffic: 2179 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