v0.3.0
What's Changed
Breaking changes
- Python submit script
submit_gmx_analyses_lintf2_ether.py: Replace the--everyoption ("read every n-th frame from the trajectory") by a--skipand--dtoption. The new options mirror the-skipand-dtoptions of Gromacs analysis tools and therefore should by less confusing by @andthum in #126 - Slurm job scripts
gmx/trjconv_*.sh: Replace the-dtoption with-skip, which should be more robust (see https://www.mail-archive.com/gmx-users@gromacs.org/msg35903.html and https://www.mail-archive.com/gmx-users@gromacs.org/msg06868.html) by @andthum in #119 - Compress all created text output files with gzip by @andthum in #119
New features
- New Slurm job scripts
renewal_events_Li-*_kaplan_meier*.shby @andthum in #132 - New Slurm job scripts
renewal_events_Li-*_back_jump_prob*.shby @andthum in #132 - New Slurm job script
discrete-z_Li_kaplan_meier_discrete.shby @andthum in #132 - New Slurm job script
discrete-z_Li_back_jump_prob_discrete.shby @andthum in #132 - Slurm job script
discrete-hex_*.sh: Additionally run the MDTools scriptsscripts/discretization/back_jump_probandscripts/discretization/kaplan_meierby @andthum in #132 - Python submit script
submit_mdt_analyses_lintf2_ether.py: Submit themsd_layer*scripts together with all other bulk scripts (command-line option--scritps 1), because the issue that has prevented themsd_layer*scripts to work on bulk simulations has been fixed (see andthum/mdtools#181) by @andthum in #132 - Slurm job script
gmx/energy.sh: Add-skipoption by @andthum in #126
Bug fixes
- Adjust memory and time limits of various Slurm job scripts by @andthum in #123
- Increase robustness of the Bash cleanup scripts
.cleanup_gmx_analyses.shand.cleanup_mdt_analyses.shby @andthum in #123 - Increase memory limits of some Slurm job scripts by @andthum in #122
Documentation updates
- Python submit script
submit_gmx_analyses_lintf2_ether.py: Format docstring and fix error in theargparsehelp text that led to an error when calling the script with the-hoption by @andthum in #127 - Python submit script
submit_mdt_analyses_lintf2_ether.py: Fix wrong length unit:--binwidthmust be given in Angstrom not nanometers by @andthum in #122
Project maintenance
- Fix Development Tools by @andthum in #122
- Include Sphinx
linkcheckin CI workflow by @andthum in #118
Full Changelog: v0.2.0...v0.3.0