diff options
author | Giancarlo Dessì <slack@giand.it> | 2022-04-01 02:22:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-02 18:19:20 +0700 |
commit | be78435a8d22a6f30437ce351a23204ddb4bf7ff (patch) | |
tree | 80087c37ed1d9d8268122d3ae5cdd3c84ae6f67c /development/mmtf-cpp/README | |
parent | f3cbc29513aa8b23941565f6ad7bc3e4db3dc8f0 (diff) |
development/mmtf-cpp: Added (pure C++ implementation of MMTF API)
Fix newlines at end of README & slack-desc.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/mmtf-cpp/README')
-rw-r--r-- | development/mmtf-cpp/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/development/mmtf-cpp/README b/development/mmtf-cpp/README new file mode 100644 index 0000000000000..2ae471695ebab --- /dev/null +++ b/development/mmtf-cpp/README @@ -0,0 +1,9 @@ +The MacroMolecular Transmission Format (MMTF) is a binary encoding of +biological structures. It includes the coordinates, the topology and +associated data. Specifically, a large subset of the data in mmCIF or +PDB files can be represented. Pronounced goals are a reduced file size +for efficient transmission over the Internet or from hard disk to +memory and fast decoding/parsing speed. + +This slackbuild does not compile but install the C++ headers needed to +compile sources that supports it, e.g. Avogadro 2. |