Trees | Indices | Help |
|
---|
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
list of str |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__doc__ =
|
|||
maestro = None hash(x) |
|||
_url_opener = None hash(x) |
|
Import the PDB file into the Project Table, using download_pdb() to get the file if it doesn't already exist in the cwd.
|
Download the ENT file for the given PDB ID, converts it to CNS format, and returns the CNS file name. Will raise a RuntimeError exception if either download or conversion fails. Not every pdb has structure factor files deposited, and not every structure factor file will convert perfectly. |
Attemps to download the fasta file for the given PDB ID and chain.
|
Attempts to get the specified PDB file from either the database or the web, depending on the source option. Default is AUTO, which attempts the database first, and then the web. pdbid - string of 4 characters source - one of: AUTO, DATABASE, WEB.
|
Attempt to retrieve the PDB from the local repository First we look for current files ending in .gz or .Z, then obsolete files with the same endings. The file name we search for is: pdbXXXX.ent.Y where XXXX is the PDB code and Y is either gz or Z @type pdbid: str @param pdbid: the PDB code of the desired file @type local_repos: list of str @param local_repos: the paths to the parent directories of each local repository. @type caps_asis: bool @param caps_asis: True if the capitalization of pdbid should be preserved, False (default) if it should be converted to lowercase. @rtype: str @return: the name of the pdb file or None if a failure occurs |
Determine a directory list for local repositories. Note: the location of the PDB directory can be specified via environment variables; the order of precedence is: * SCHRODINGER_PDB * SCHRODINGER_THIRDPARTY/database/pdb * SCHRODINGER/thirdparty/database/pdb (the default)
|
Check a series of local directories and filenames for the PDB files. First we look for current files ending in .gz or .Z, then obsolete files with the same endings. The file name we search for is: pdbXXXX.ent.Y where XXXX is the PDB code and Y is either gz or Z Note: the location of the PDB directory can be specified via environment variables; the order of precedence is: * SCHRODINGER_PDB * SCHRODINGER_THIRDPARTY * SCHRODINGER/thirdparty (the default) @type pdbid: str @param pdbid: the PDB code of the desired file @type local_repos: list of str @param local_repos: the paths to the parent directories of each local repository. @type verbose: bool @param verbose: True if debug messages should be printed out @type caps_asis: bool @param caps_asis: True if the capitalization of pdbid should be preserved, False (default) if it should be converted to lowercase. @rtype: str @return: the path to an existing file ith the desired PDB code |
Download the pdb record from www.rcsb.org into the cwd.
|
Download a file from a given url into the working directory.
|
Returns a dictionary that describes the Maestro Import panel state. 'entryimport' option keys for value |
Assigns 'entryimport' option dictionary values.
|
Retrieves the ENT file for the specified PDB ID from the third-party database and copies it to the CWD. File path is returned. Raises RuntimeError on error. |
Downloads the ENT file for the specified PDB ID from the RCSB web site, and saves it to the CWD. File path is returned. Raises RuntimeError on error. |
Attempts to get the specified ENT file from either the database or the web, depending on the source option. Default is AUTO, which attempts the database first, and then the web. pdbid - string of 4 characters source - one of: AUTO, DATABASE, WEB. Raises RuntimeError if file could not be retrieved. |
|
__doc__
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:20 2015 | http://epydoc.sourceforge.net |