Chemical Data Processing Library Python API - Version 1.1.1
Static Public Attributes | List of all members
CDPL.Biomol.DataFormat Class Reference

Provides preinitialized Base.DataFormat objects for all supported biopolymer data formats. More...

+ Inheritance diagram for CDPL.Biomol.DataFormat:

Static Public Attributes

 PDB = CDPL.Base.DataFormat(name='PDB', descr='Brookhaven Protein Data Bank Entry', mime_type'chemical/x-pdb', file_exts=['pdb', 'ent'], multi_rec=False)
 Provides meta-information about the Brookhaven Protein Data Bank Format [PDB] format.
 
 PDB_GZ = CDPL.Base.DataFormat(name='PDB_GZ', descr='GZip-Compressed Brookhaven Protein Data Bank Entry', mime_type'chemical/x-pdb', file_exts=['pdb.gz', 'ent.gz'], multi_rec=False)
 Provides meta-information about the gzip-compressed Brookhaven Protein Data Bank Format [PDB] format.
 
 PDB_BZ2 = CDPL.Base.DataFormat(name='PDB_BZ2', descr='BZip2-Compressed Brookhaven Protein Data Bank Entry', mime_type'chemical/x-pdb', file_exts=['pdb.bz2', 'ent.bz2'], multi_rec=False)
 Provides meta-information about the bzip2-compressed Brookhaven Protein Data Bank Format [PDB] format.
 
 MMTF = CDPL.Base.DataFormat(name='MMTF', descr='Macromolecular Transmission Format', mime_type'chemical/x-mmtf', file_exts=['mmtf'], multi_rec=False)
 Provides meta-information about the Macromolecular Transmission Format [MMTF] format.
 
 MMTF_GZ = CDPL.Base.DataFormat(name='MMTF_GZ', descr='GZip-Compressed Macromolecular Transmission Format', mime_type'chemical/x-mmtf', file_exts=['mmtf.gz'], multi_rec=False)
 Provides meta-information about the gzip-compressed Macromolecular Transmission Format [MMTF] format.
 
 MMTF_BZ2 = CDPL.Base.DataFormat(name='MMTF_BZ2', descr='BZip2-Compressed Macromolecular Transmission Format', mime_type'chemical/x-mmtf', file_exts=['mmtf.bz2'], multi_rec=False)
 Provides meta-information about the bzip2-compressed Macromolecular Transmission Format [MMTF] format.
 

Detailed Description

Provides preinitialized Base.DataFormat objects for all supported biopolymer data formats.