ost::io::remote Namespace Reference

Data Structures

class  RemoteRepository

Functions

def RemoteGet
def RemoteLoad

Variables

dictionary REMOTE_REPOSITORIES

Function Documentation

def ost::io::remote::RemoteGet (   id,
  from_repo = 'pdb' 
)

Definition at line 86 of file remote.py.

def ost::io::remote::RemoteLoad (   id,
  from_repo = 'pdb' 
)

Definition at line 92 of file remote.py.


Variable Documentation

dictionary REMOTE_REPOSITORIES
Initial value:
{
    'pdb' : RemoteRepository('pdb.org (PDB)', 'http://www.pdb.org/pdb/files/$ID.pdb.gz',
                   type='pdb', id_transform='upper'),
    'smtl' : RemoteRepository('SMTL', 'http://swissmodel.expasy.org/templates/$ID.pdb',
                   type='pdb', id_transform='lower'),
    'cif' : RemoteRepository('pdb.org (mmCIF)', 'http://www.pdb.org/pdb/files/$ID.cif.gz',
                   type='cif', id_transform='lower'),
    'pdb_redo' : RemoteRepository('pdbredo', 'http://pdb-redo.eu/db/$ID/$ID_besttls.pdb.gz',
                   type='pdb', id_transform='lower'),
}

Definition at line 75 of file remote.py.

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated on 1 Mar 2018 for OpenStructure by  doxygen 1.6.1