-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change default PDB chain ID from blank to 'Z' (#747)
* DRR - Cpptraj: Make a blank chain ID null, and make the default chain ID when null 'Z'. * DRR - Cpptraj: Ensure a blank character can be used as a chain ID if necessary * DRR - Cpptraj: Set blank chain IDs for backwards compat. Add default chain ID test. * DRR - Cpptraj: Changes related to default chainID now being Z * DRR - Cpptraj: Set blank chain ID * DRR - Cpptraj: Set blank chain IDs * DRR - Cpptraj: Add 'trajargs' keyword to 'mask' command for passing in additional output trajectory options. * DRR - Cpptraj: Set chainID to ' ' * DRR - Cpptraj: Update 'mask' command doc and PDB trajectory out doc. * DRR - Cpptraj: Use blank chain id * DRR - Cpptraj: Blank chain ID * DRR - Cpptraj: Fix documentation for residue selection by chain ID. * DRR - Cpptraj: Ensure blank chain ID * DRR - Cpptraj: Make the internal default chain id still a space; only use the default chain id when writing. This makes it so that e.g. selection by chainid wont return a false positive when specifying the default chain id, printing the topology wont make it seem like the default chain ID is actually part of the topology, etc. * DRR - Cpptraj: Since the PQR format breaks the PDB standard anyway, do not bother with a default chain ID * DRR - Cpptraj: Minor version bump; default PDB chain ID set to 'Z' * DRR - Cpptraj: Fix text going off the page in output pdf * DRR - Cpptraj: Update manual * DRR - Cpptraj: Slight rework of default and blank chain IDs. * DRR - Cpptraj: Set CPPTRAJ_ERROR to an actual file on windows since windows doesnt know about /dev/stderr * DRR - Do not replace valgrind.out on windows * DRR - Cpptraj: No /dev/stdout on windows * DRR - Cpptraj: Do not explicitly redirect test header to stdout * DRR - Cpptraj: Remove reference to /dev/stdout in ParseValgrindOut * DRR - Cpptraj: All error messages wrapped in ErrMsg
- Loading branch information
Showing
20 changed files
with
833 additions
and
454 deletions.
There are no files selected for viewing
Binary file not shown.
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.