choderalab / fahmunge

Tools for Munging Folding@Home datasets
MIT License
4 stars 6 forks source link

Added fix for XTC decode errors in Core17/Core18. #3

Closed kyleabeauchamp closed 10 years ago

kyleabeauchamp commented 10 years ago

Sometimes FAH returns some particularly crazy XTC files that cannot be read. MDTraj is nice enough to raise an exception in these cases, so we catch these exceptions and skip over them.

See also:

https://github.com/SimTk/mdtraj/issues/616

https://github.com/SimTk/mdtraj/pull/617