-
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.
CIF fixes, preserve CHARMM PSF segment ID (#1086)
* Start reading the struct_conn block * Since in CIF files the chain ID can be larger than 1 character, start preparing to store multicharacter chain IDs * Fixes for new string chainID * Fix uninitialized warnings * More changes for chainID -> string * Finish converting chainid to string * Get rid of the segmentID constructor for Residue, which could ambiguously stand in for the old chainID as char constructor. Might be able to eventually deprecate the segid in residue. * Store serial blocks in the same way as loop blocks for consistency * Fix handling of chainid keyword for PDB output * If a blank chain ID is set, ensure the chain id string is cleared so that HasChainID functions properly * Chain variable in pres is a string now, treat accordingly * Do not attempt to set solvent info if we dont have molecules or didnt want to look for molecules * Print out more structure info * Comment out unused function * Add function to get unit cell info from cell data block * Change return so that no box can be indicated * Use new box function * Test function to add bonds. Not sure its working properly yet though. * Hide the struct_conn stuff for now, not ready for prime time. Fix class variable name formatting * Use chain ID for segment ID if it is set * Original segid is now preserved * Segid no longer used in residue * 6.27.0. Minor version bump for handling multichar chain IDs, detection of bad CIF boxes, preserving charmm psf segment ID * Try to fix appveyor configure-mingw build by going back to VS2019 image. --------- Co-authored-by: Daniel R. Roe <daniel.roe@nih.gov>
- Loading branch information
Showing
43 changed files
with
532 additions
and
274 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
platform: | ||
- x64 | ||
|
||
image: Visual Studio 2015 | ||
image: Visual Studio 2019 | ||
|
||
clone_folder: c:\projects\cpptraj | ||
|
||
|
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
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
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.