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