Codota Logo
PDBFileReader.setObsoleteBehavior
Code IndexAdd Codota to your IDE (free)

How to use
setObsoleteBehavior
method
in
org.biojava.nbio.structure.io.PDBFileReader

Best Java code snippets using org.biojava.nbio.structure.io.PDBFileReader.setObsoleteBehavior (Showing top 2 results out of 315)

  • Common ways to obtain PDBFileReader
private void myMethod () {
PDBFileReader p =
  • Codota Iconnew PDBFileReader()
  • Smart code suggestions by Codota
}
origin: biojava/biojava

protected Structure loadStructureFromPdbByPdbId(String pdbId) throws IOException, StructureException {
  logger.debug("Loading structure {} from PDB file {}.", pdbId, path);
  Structure s;
  flagLoading(pdbId);
  try {
    PDBFileReader reader = new PDBFileReader(path);
    reader.setFetchBehavior(fetchBehavior);
    reader.setObsoleteBehavior(obsoleteBehavior);
    reader.setFileParsingParameters(params);
    s = reader.getStructureById(pdbId.toLowerCase());
  } finally {
    flagLoadingFinished(pdbId);
  }
  return s;
}
origin: biojava/biojava

reader.setObsoleteBehavior(cache.getObsoleteBehavior());
reader.setFileParsingParameters(cache.getFileParsingParams());
return reader.getStructure(url);
org.biojava.nbio.structure.ioPDBFileReadersetObsoleteBehavior

Popular methods of PDBFileReader

  • <init>
    Constructs a new PDBFileReader, initializing the extensions member variable. The path is initialized
  • getStructure
  • getStructureById
  • setPath
  • addExtension
  • getFileParsingParameters
  • prefetchStructure
  • setFetchBehavior
  • setFileParsingParameters

Popular in Java

  • Reactive rest calls using spring rest template
  • getContentResolver (Context)
  • getApplicationContext (Context)
  • findViewById (Activity)
  • String (java.lang)
  • Selector (java.nio.channels)
    A controller for the selection of SelectableChannel objects. Selectable channels can be registered w
  • Set (java.util)
    A collection that contains no duplicate elements. More formally, sets contain no pair of elements e1
  • XPath (javax.xml.xpath)
    XPath provides access to the XPath evaluation environment and expressions. Evaluation of XPath Expr
  • FileUtils (org.apache.commons.io)
    General file manipulation utilities. Facilities are provided in the following areas: * writing to a
  • Option (scala)
Codota Logo
  • Products

    Search for Java codeSearch for JavaScript codeEnterprise
  • IDE Plugins

    IntelliJ IDEAWebStormAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogCodota Academy Plugin user guide Terms of usePrivacy policyJava Code IndexJavascript Code Index
Get Codota for your IDE now