public static class StructureParser.LocalPDB extends Object
| Constructor and Description |
|---|
LocalPDB(String localPdbLocation,
SourceLocation sourceLocation)
Creates a new reference for a local pdb installation.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
getLocalPdbPath()
Returns the path to the local pdb.
|
Path |
getPathForPdbIdentifier(String pdbIdentifier)
Returns the full path of a given PDB-ID in respect to the local PDB copy.
|
public LocalPDB(String localPdbLocation, SourceLocation sourceLocation)
localPdbLocation - The location of the local PDB installation.sourceLocation - The type of file used (either SourceLocation.OFFLINE_MMTF or SourceLocation.OFFLINE_PDB).public Path getLocalPdbPath()
Copyright © 2018. All rights reserved.