A class to read mmCIF files either directly from the mmCIF or a structure instance from Biopython
-
static fetch_mmCIF(id, filename, hetatm=False, water=False)
Fetch mmCIF file and create Structure instance based upon it.
- Argument:
- id
- id code of mmCIF file
- filename
- name of mmCIF file
- hetatm
- Boolean representing whether the mmCIF file contains hetatom.
- water
- Boolean representing whether to add water to the structure.
Default and recommended is False.
-
static read_mmCIF_file(id, filename, hetatm=False, water=False)
Read mmCIF file and create Structure instance based upon it.
- Argument:
- id
- id code of mmCIF file
- filename
- name of mmCIF file
- hetatm
- Boolean representing whether the mmCIF file contains hetatom.
- water
- Boolean representing whether to add water to the structure.
Default and recommended is False.