-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
18 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file, following the suggestions of [Keep a CHANGELOG](http://keepachangelog.com/). This project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
|
||
## v0.1.0 - 2016-04-26 | ||
### Added | ||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,15 @@ | ||
|
||
The **M**acro**M**olecular **T**ransmission **F**ormat (MMTF) is a binary encoding of biological structures. For a general introduction to the format visit the [website](http://mmtf.rcsb.org/). | ||
|
||
This repository holds the [specification](spec.md) of the format and a [test suite](test-suite/). | ||
|
||
The following encoding/decoding libaries implementing the specification are available: | ||
|
||
* [Java encoder/decoder](https://github.com/rcsb/mmtf-java) | ||
* [JavaScript decoder](https://github.com/rcsb/mmtf-javascript) | ||
|
||
|
||
## Version 0.1 | ||
|
||
* [See changelog](https://github.com/rcsb/mmtf/releases/tag/v0.1) | ||
* [See specification](https://github.com/rcsb/mmtf/blob/v0.1/spec.md) | ||
* [See test-suite](https://github.com/rcsb/mmtf/blob/v0.1/test-suite) | ||
* [Download release](https://github.com/rcsb/mmtf/archive/v0.1.zip) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters