public static interface PfamParser.ChainStep
| Modifier and Type | Method and Description |
|---|---|
PfamParser.DomainStep |
all()
Parse all chains annotated in Pfam.
|
PfamParser.DomainStep |
chainList(Path chainListPath)
Parse all chains annotated in Pfam and listed in the given chain list.
|
PfamParser.DomainStep |
chainList(Path chainListPath,
String chainListSeparator)
Parse all chains annotated in Pfam and listed in the given chain list with the custom separator.
|
PfamParser.DomainStep all()
PfamParser.DomainStep to decide if domains or chains should be parsed.PfamParser.DomainStep chainList(Path chainListPath)
chainListPath - The Path to the given chain list.PfamParser.DomainStep to decide if domains or chains should be parsed.PfamParser.DomainStep chainList(Path chainListPath, String chainListSeparator)
chainListPath - The Path to the given chain list.chainListSeparator - The separator used in the chain list.PfamParser.DomainStep to decide if domains or chains should be parsed.Copyright © 2018. All rights reserved.