Class SiftsMappingProvider
- java.lang.Object
-
- org.biojava.nbio.structure.io.sifts.SiftsMappingProvider
-
public class SiftsMappingProvider extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SiftsMappingProvider()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<SiftsEntity>getSiftsMapping(java.lang.String pdbId)Return the SIFTS mappings by getting the info from individual SIFTS xml files at URL "http://ftp.ebi.ac.uk/pub/databases/msd/sifts/xml/%s.xml.gz"static voidsetFileLocation(java.lang.String myFileLocation)
-
-
-
Method Detail
-
setFileLocation
public static void setFileLocation(java.lang.String myFileLocation)
-
getSiftsMapping
public static java.util.List<SiftsEntity> getSiftsMapping(java.lang.String pdbId) throws java.io.IOException
Return the SIFTS mappings by getting the info from individual SIFTS xml files at URL "http://ftp.ebi.ac.uk/pub/databases/msd/sifts/xml/%s.xml.gz"- Parameters:
pdbId- the pdb identifier- Returns:
- Throws:
java.io.IOException- if problems downloading or parsing the file
-
-