|
| PDB = CDPL.Base.DataFormat(name='PDB', descr='Brookhaven Protein Data Bank Entry Format', 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 Format', 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 Format', 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. More...
|
|
| 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. More...
|
|
| 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. More...
|
|
| MMCIF = CDPL.Base.DataFormat(name='MMCIF', descr='Macromolecular Crystallographic Information File Format', mime_type'chemical/x-mmcif', file_exts=['mmcif', 'cif'], multi_rec=True) |
| Provides meta-information about the Macromolecular Crystallographic Information File Format [MMCIF] format.
|
|
| MMCIF_GZ = CDPL.Base.DataFormat(name='MMCIF_GZ', descr='GZip-Compressed Macromolecular Crystallographic Information File Format', mime_type'chemical/x-mmcif', file_exts=['mmcif.gz', 'cif.gz'], multi_rec=True) |
| Provides meta-information about the gzip-compressed Macromolecular Crystallographic Information File Format [MMCIF] format.
|
|
| MMCIF_BZ2 = CDPL.Base.DataFormat(name='MMCIF_BZ2', descr='BZip2-Compressed Macromolecular Crystallographic Information File Format', mime_type'chemical/x-mmcif', file_exts=['mmcif.bz2', 'cif.bz2'], multi_rec=True) |
| Provides meta-information about the bzip2-compressed Macromolecular Crystallographic Information File Format [MMCIF] format.
|
|
Provides preinitialized Base.DataFormat objects for all supported biopolymer data formats.