-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathchangelog
28 lines (25 loc) · 1.2 KB
/
changelog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
version 0.2.6
- Added GPU support
- Use only available CPUs
- Fixed logging
- Added mdrun_per_node argument
version 0.2.7
- Fixed an issue with ligand restraints during NPT and NVT
- RMSD of ligand, backbone, Active Site groups are calculated by MDanalysis and saved in 1 common output file
- Use xtc and tpr files containing no water for RMSD analysis (to prevent memory issues)
- Added additional trajectory convergence analysis (html interactive files requires plotly)
- Added plotly dependency in env.yml
- Transform xvg analysis files to csv
- Save successfully finished names of the systems to the text output file
- Calculate MMPBSA intermediate files in tmp directories for multiple run in one directory
- Add unique suffix for run_md and run_gbsa output files for simultaneous runs in the same working directory
version 0.2.8
- Added n_jobs and protein_selection arguments to run_prolif
- Added save_traj_without_water argument to run_md
version 0.2.9
- Prolif n_jobs automatic calculation
- Fixed bug with interrupted continuation runs
- Fixed bug with protein only in water simulations analysis
- Add directory information into rmsd output files for replicate runs
- Separate analysis output subdirectory
- Tests added