} catch (OutOfMemoryError er)
{
System.out.println("OUT OF MEMORY LOADING PDB FILE");
- throw new IOException(MessageManager.getString("exception.outofmemory_loading_pdb_file"));
+ throw new IOException(
+ MessageManager
+ .getString("exception.outofmemory_loading_pdb_file"));
} catch (NumberFormatException ex)
{
if (line != null)
;
}
+ /**
+ * matches ochains against al and populates seqs with the best match between
+ * each ochain and the set in al
+ *
+ * @param ochains
+ * @param al
+ * @param dnaOrProtein
+ */
private void replaceMatchingSeqsWith(ArrayList<SequenceI> ochains,
AlignmentI al, String dnaOrProtein)
{