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

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

Best Java code snippets using org.biojava.nbio.structure.io.PDBFileReader.prefetchStructure (Showing top 1 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

private void checkFile(String repre) throws IOException, StructureException {
  StructureName name = new StructureName(repre);
  PDBFileReader reader = new PDBFileReader();
  reader.setFetchBehavior(FetchBehavior.FETCH_REMEDIATED);
  reader.setPath(cache.getPath());
  reader.setFileParsingParameters(cache.getFileParsingParams());
  reader.prefetchStructure(name.getPdbId());
}
org.biojava.nbio.structure.ioPDBFileReaderprefetchStructure

Popular methods of PDBFileReader

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

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