geneontology / paint

This curation tool allows curators to make precise assertions as to when functions were gained and lost during evolution and record the evidence (e.g. experimentally supported GO annotations and phylogenetic information including orthology) for those assertions.
Other
4 stars 4 forks source link

getAncestors is failing on go:0006757 #8

Closed selewis closed 8 years ago

selewis commented 8 years ago

Might be something to do with how many parents there are...

selewis commented 8 years ago

Turns out that it is a bug in the Java VM with the timsort in java 1.7 that replaced the mergesort used in earlier releases. Fix was to set the environment variable useLegacyMergeSort to true

cmungall commented 8 years ago

@hdietze this sounds like bad news for owltools - should we be worried for other applications