Closed GoogleCodeExporter closed 9 years ago
I've looked at the PrintsMatchParser and it is storing the evalue from the
first level of annotation already, NOT the second level (see code snippet
below). Have I missed something?
John
=================================
Code:
else if (line.startsWith(FIRST_LEVEL_ANNOTATION)) {
String[] lineSplit = line.split("\\s+");
String motifName = lineSplit[1];
String model = lineSplit[lineSplit.length - 1];
double eValue = Double.parseDouble(lineSplit[2]);
Original comment by maslen.ebi@gmail.com
on 15 Jul 2010 at 1:44
Fixed (ages ago!) - just not closed yet.
Original comment by philip.j...@gmail.com
on 24 Dec 2010 at 5:27
Original issue reported on code.google.com by
philip.j...@gmail.com
on 14 Jul 2010 at 3:24