public static interface StructureParser.AdditionalLocalSourceStep
| Modifier and Type | Method and Description |
|---|---|
StructureParser.MultiParser |
chainList(Path path)
Reads the provided chainIdentifier list from a file.
|
StructureParser.MultiParser |
chainList(Path path,
String separator)
Reads the provided chainIdentifier list from a file.
|
StructureParser.MultiParser chainList(Path path)
[PDBId][separator][ChainId]The default separator is tab (\t).
path - The path of the chainIdentifier list fileStructureParser.MultiParser chainList(Path path, String separator)
[PDBId][separator][ChainId]
path - The path of the chainIdentifier list fileseparator - The separator between the PDBId and the ChainIdCopyright © 2018. All rights reserved.