JAL-654_dssp formatting and javadoc
authorJim Procter <j.procter@dundee.ac.uk>
Mon, 6 Oct 2014 11:11:11 +0000 (12:11 +0100)
committerJim Procter <j.procter@dundee.ac.uk>
Mon, 6 Oct 2014 11:11:11 +0000 (12:11 +0100)
src/MCview/PDBfile.java

index 3dd567e..7f5c427 100755 (executable)
@@ -241,7 +241,9 @@ public class PDBfile extends jalview.io.AlignFile
     } 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)
@@ -305,6 +307,14 @@ public class PDBfile extends jalview.io.AlignFile
     ;
   }
 
+  /**
+   * 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)
   {