X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=src%2Fjalview%2Fapi%2FSiftsClientI.java;h=367a0decee70763bc7e3919de09aca8b20177d35;hb=3c75c089a56859ec8e7f674d7054e82af41e4b77;hp=527ae1744c3a9fc838c4f2b3a720a294203b741c;hpb=b92809e042da3d7445392119c159ef8730b8a136;p=jalview.git diff --git a/src/jalview/api/SiftsClientI.java b/src/jalview/api/SiftsClientI.java index 527ae17..367a0de 100644 --- a/src/jalview/api/SiftsClientI.java +++ b/src/jalview/api/SiftsClientI.java @@ -48,13 +48,6 @@ public interface SiftsClientI public String getDbCoordSys(); /** - * Get DB Evidence for the SIFTs Entry - * - * @return - */ - public String getDbEvidence(); - - /** * Get DB Source for the SIFTs Entry * * @return @@ -101,20 +94,13 @@ public interface SiftsClientI public boolean isAccessionMatched(String accessionId); /** - * Get the standard DB referenced by the SIFTs Entry - * - * @return - */ - public String[] getEntryDBs(); - - /** * * @param mop * MappingOutputPojo * @return Sequence<->Structure mapping as int[][] * @throws SiftsException */ - public StringBuffer getMappingOutput(MappingOutputPojo mop) + public StringBuilder getMappingOutput(MappingOutputPojo mop) throws SiftsException; /** @@ -130,7 +116,7 @@ public interface SiftsClientI */ public StructureMapping getSiftsStructureMapping(SequenceI seq, String pdbFile, String chain) throws SiftsException; - + /** * Get residue by residue mapping for a given Sequence and SIFTs entity * @@ -142,6 +128,5 @@ public interface SiftsClientI * @throws Exception */ public HashMap getGreedyMapping(String entityId, - SequenceI seq, - java.io.PrintStream os) throws SiftsException; + SequenceI seq, java.io.PrintStream os) throws SiftsException; } \ No newline at end of file