Skip to content

Commit

Permalink
Add correct import statement to FAQ (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
erik-whiting authored Aug 4, 2024
1 parent dde24bd commit 031019e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wiki/The_Biopython_Structural_Bioinformatics_FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,8 @@ all atoms), the tag is mapped to a list of values. The dictionary is
created from the mmCIF file as follows:

``` python
from Bio.PDB.MMCIF2Dict import MMCIF2Dict

mmcif_dict = MMCIF2Dict("1FAT.cif")
```

Expand Down

0 comments on commit 031019e

Please sign in to comment.