JAL-2106 javadoc for sifts mapping method
authorJim Procter <jprocter@issues.jalview.org>
Wed, 24 Aug 2016 16:29:27 +0000 (17:29 +0100)
committerJim Procter <jprocter@issues.jalview.org>
Wed, 24 Aug 2016 16:29:27 +0000 (17:29 +0100)
src/jalview/structure/StructureSelectionManager.java

index 04afab6..182a48f 100644 (file)
@@ -585,6 +585,20 @@ public class StructureSelectionManager
     return "cif".equalsIgnoreCase(fileExt);
   }
 
+  /**
+   * retrieve a mapping for seq from SIFTs using associated DBRefEntry for
+   * uniprot or PDB
+   * 
+   * @param seq
+   * @param pdbFile
+   * @param targetChainId
+   * @param pdb
+   * @param maxChain
+   * @param sqmpping
+   * @param maxAlignseq
+   * @return
+   * @throws SiftsException
+   */
   private StructureMapping getStructureMapping(SequenceI seq,
           String pdbFile, String targetChainId, StructureFile pdb,
           PDBChain maxChain, jalview.datamodel.Mapping sqmpping,