Skip to content

Releases: insilichem/ommprotocol

OMMProtocol v0.1.13

08 Sep 16:05
8a5e9e4
Compare
Choose a tag to compare

Fixes issue #16 (box vectors are ignored in CHARMM)

OMMProtocol v0.1.12

27 May 11:01
efdcb2f
Compare
Choose a tag to compare

This release fixes issue #13. Basically, you can now use this input:

# input
topology: sys.prmtop
velocities: null
checkpoint: simulation.state.xml

The checkpoint file will provide all the data needed for restart the simulation, but with velocities=None, these will be reassigned to match temperature. Useful for running replicas!

OMMProtocol v0.1.11

07 Sep 15:29
Compare
Choose a tag to compare
  • Add distance-based restraints (see docs)
  • Fix ommanalyze top subset mismatches between results in the app and ommprotocol itself.

OMMProtocol v0.1.10

05 Apr 14:58
Compare
Choose a tag to compare

Hotfix release!

  • DCD output failed if trajectory_atom_subset was not set
  • False warning about checkpoint key

OMMProtocol v0.1.9

05 Apr 12:06
Compare
Choose a tag to compare

Improvements in ommanalyze:

  • NEW! ommanalyze top will inspect topologies and return selected atoms with --subset
  • ommanalyze rmsd uses iterload now, streaming the trajectories instead of loading them at once. This allows to perform RMSD analysis in long trajectories with very little RAM requirements.

OMMProtocol v0.1.8b1

22 Feb 15:26
Compare
Choose a tag to compare

Anticipating the v0.2 release, which will be considered feature-stable. This version adds new defaults so the input.yaml files can be as simple as possible, as reflected in the new documentation. Beginning now, conda and pypi packages will be automatically built in Travis/AppVeyor and constructor installers will be available in the Releases section.

Check the docs for further details on the installation procedure.

Ommprotocol 0.1.4

18 Apr 09:25
Compare
Choose a tag to compare
  • Use versioneer to identify version in use with reproducibility in mind
  • Improved Python 2&3 compatibility
  • New CLI commands: state2pdb, exportframe
  • More robust handling of PRMTOP files
  • More robust handling of box vectors