Skip to content

Commit 031019e

Browse files
authored
Add correct import statement to FAQ (#204)
1 parent dde24bd commit 031019e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

wiki/The_Biopython_Structural_Bioinformatics_FAQ.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,8 @@ all atoms), the tag is mapped to a list of values. The dictionary is
168168
created from the mmCIF file as follows:
169169

170170
``` python
171+
from Bio.PDB.MMCIF2Dict import MMCIF2Dict
172+
171173
mmcif_dict = MMCIF2Dict("1FAT.cif")
172174
```
173175

0 commit comments

Comments
 (0)