-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the 'keep' action. Opposite of 'strip'; can also be used to only …
…keep bridging waters from 'hbond' (#957) * Start adding Keep action * Start parsing bridge ID set * Start testing keep * Add modified topology and frame * Start modifying top and frame * Add topwriter * Indices in bridge res ID data start from 1 * Start keep tests * Add test for bridge with keepmask * Allow keepmask to work on its own * Make nobox option a part of ActionTopWriter * Add basic test for keep, use strip test save * Add nobox to other ActionTopWriter actions * Add residue status array. Check that bridging residue specified by data set was also specified as a bridge residue for command. * Start adding bridgeresonly; allow fine tuning of what atoms to keep when keeping bridging waters * Ensure that only the requested number of bridges are retained (fewer or more will invalidate the topology) * Add test keeping only 1 bridging water * Actually set the status * Add keep two bridging waters at specified residues test * Reorganize vars to keep everything set in Init in one place * Fix up help * Test reading in hb bridge data * Add 'keep' entry. Fix actions table to indicate when actions modify state (like strip). * Hide some debug info. Improve warnings * Add nobridgewarn option * Add nobridgewarn to manual * Enable keep test and protect in parallel. Add warning when run in parallel with bridgedata * 6.4.3. Revision bump for addition of keep action. * Add code docs
- Loading branch information
Showing
23 changed files
with
1,747 additions
and
40 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.