X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fjalview%2Fapi%2FSiftsClientI.java;h=c795f3f23594a46e342d8fc2c6990921df7d730f;hb=e6e38c7d7d2976264065929fcca80db95c06232b;hp=527ae1744c3a9fc838c4f2b3a720a294203b741c;hpb=b92809e042da3d7445392119c159ef8730b8a136;p=jalview.git diff --git a/src/jalview/api/SiftsClientI.java b/src/jalview/api/SiftsClientI.java index 527ae17..c795f3f 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,13 +94,6 @@ public interface SiftsClientI public boolean isAccessionMatched(String accessionId); /** - * Get the standard DB referenced by the SIFTs Entry - * - * @return - */ - public String[] getEntryDBs(); - - /** * * @param mop * MappingOutputPojo @@ -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