Skip to content

Commit

Permalink
Add CCD dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
padix-key committed Mar 24, 2024
1 parent e80a5c6 commit 4b3f04c
Show file tree
Hide file tree
Showing 6 changed files with 3,580 additions and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_extensions():
# Codon tables
"biotite.sequence" : ["codon_tables.txt"],
# Structure data (masses, bonds, etc.)
"biotite.structure.info" : ["*.json", "*.msgpack"]
"biotite.structure.info" : ["atom_masses.json", "ccd/*"]
},
)

Expand Down
3 changes: 3 additions & 0 deletions src/biotite/structure/info/ccd/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
These files are based on the
`Chemical Component Dictionary <https://www.wwpdb.org/data/ccd>`_
and were created using ``setup_ccd.py``.
Loading

0 comments on commit 4b3f04c

Please sign in to comment.