OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Functions | Variables
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:
1 = {
2  'pdb' : RemoteRepository('pdb.org (PDB)', 'http://www.pdb.org/pdb/files/$ID.pdb.gz',
3  type='pdb', id_transform='upper'),
4  'smtl' : RemoteRepository('SMTL', 'http://swissmodel.expasy.org/templates/$ID.pdb',
5  type='pdb', id_transform='lower'),
6  'cif' : RemoteRepository('pdb.org (mmCIF)', 'http://www.pdb.org/pdb/files/$ID.cif.gz',
7  type='cif', id_transform='lower'),
8  'pdb_redo' : RemoteRepository('pdbredo', 'http://pdb-redo.eu/db/$ID/$ID_besttls.pdb.gz',
9  type='pdb', id_transform='lower'),
10 }

Definition at line 75 of file remote.py.