rcsb / mmtf-cpp

The pure C++ implementation of the MMTF API, decoder and encoder.
MIT License
21 stars 24 forks source link

Adds 'extraData' field #14

Closed danpf closed 6 years ago

danpf commented 6 years ago

I don't know if we should merge this, this is more for @speleo3

We discussed this in https://github.com/rcsb/mmtf/issues/32

I'm using something like this method to store extra data from rosetta poses, I think it will be a much cleaner implementation for everyone if we use a format like this instead adding extra fields to the base msgpack.

I know it would be a pain on the pymol side to change everything though...

Please ignore the missing submodules, just tell me what you think about the rest.

danpf commented 6 years ago

closing in favor of #15