Package org.biojava.nbio.structure.scop
Class BerkeleyScopInstallation
- java.lang.Object
- 
- org.biojava.nbio.structure.scop.ScopInstallation
- 
- org.biojava.nbio.structure.scop.BerkeleyScopInstallation
 
 
- 
- All Implemented Interfaces:
- LocalScopDatabase,- ScopDatabase
 
 public class BerkeleyScopInstallation extends ScopInstallation SCOPe: The Structural Classification of Proteins (extended) at Berkeley Lab and UC Berkeley (http://scop.berkeley.edu/).This provides updates to the MRC SCOP hierarchical classification. 
- 
- 
Field SummaryFields Modifier and Type Field Description static Map<String,String[]>EQUIVALENT_VERSIONSA map from SCOP version names which the Berkeley server offers as a download to an array of equivalent deprecated SCOP version names.- 
Fields inherited from class org.biojava.nbio.structure.scop.ScopInstallationclaFileName, comFileName, DEFAULT_VERSION, desFileName, FILESPLIT, hieFileName, SCOP_DOWNLOAD, SCOP_DOWNLOAD_ALTERNATE
 
- 
 - 
Constructor SummaryConstructors Constructor Description BerkeleyScopInstallation()
 - 
Method Summary- 
Methods inherited from class org.biojava.nbio.structure.scop.ScopInstallationaddMirror, downloadClaFile, downloadComFile, downloadDesFile, downloadFileFromRemote, downloadHieFile, ensureClaInstalled, ensureComInstalled, ensureDesInstalled, ensureHieInstalled, filterByClassificationId, filterByDescription, filterByDomainName, getByCategory, getCacheLocation, getClaFilename, getComFilename, getComments, getDesFilename, getDomainByScopID, getDomainsForPDB, getHieFilename, getMirrors, getScopDescriptionBySunid, getScopDomainsBySunid, getScopNode, getScopVersion, getTree, nullifyComments, setCacheLocation, setScopVersion
 
- 
 
- 
- 
- 
Field Detail- 
EQUIVALENT_VERSIONSpublic static final Map<String,String[]> EQUIVALENT_VERSIONS A map from SCOP version names which the Berkeley server offers as a download to an array of equivalent deprecated SCOP version names.
 
- 
 - 
Constructor Detail- 
BerkeleyScopInstallationpublic BerkeleyScopInstallation() 
 
- 
 
-