throw new ProteinToOLNMappingFileParsingException(
"Line "
+ lineNumber
+ " not in expected format, should be: ordered_locus_name accession_id protein_name id");
}
proteinOLN.addMapping(parts[2], parts[0]);
}
} finally {
if (reader != null) {
reader.close();
}