Fix the Default Value of the --every Option of submit_gmx_analyses_lintf2_ether.py
#119
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix the Default Value of the
--everyOption ofsubmit_gmx_analyses_lintf2_ether.pyType of Change
Proposed Changes
--everyoption from 0 to 1. The value of the--everyoption is passed to the-dtoption of the submitted Gromacs tools that support this option. The default value was set to 0 in PR Change Default of--everyOption ofsubmit_gmx_analyses_lintf2_ether.py#74, becausegmx trjconvdid not process all frames when-dtwas set to 1 and the spacing between trajectory frames was less than 1 ps. However, it now turned out that the other Gromacs tools only process the first frame when-dtis set to 0. Therefore, we reset the default value for--every(i.e.-dt) to 1.-dtoption forgmx trjconvwith-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).PR Checklist