-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Squashed 'modules/core/dependency/python-ihm/' changes from 64b600104…
…c..6bb50f3acf 6bb50f3acf Include group ID even if the group is empty 1b962e7dd8 Add support for revision information 76dbdd203f Fix release date c7fcb36cda Update for 1.7 release 1838c05522 Add recent changes 5b7a934f88 Fix typo 65fee4068b Check for missing translation or rotation 739c711ee3 Handle null features in dumper a218a21e05 Allow for an ensemble without a model group e6f793bf5d Check for invalid atom seq_ids in starting models e869dbc7aa Handle null reference 471944efdf Handle non-standard residues in reference sequence 1588e7cc85 Allow output of invalid segment residue ranges 33c55f2609 Allow output of invalid crosslink residues 1a38fb53c6 Allow output of invalid not-modeled residues 4ad4776b8c Note that some checks cannot be disabled, closes ihmwg/python-ihm#153 57f7143bfa Allow disabling atom_site checks b235f9bec6 Allow skipping reference sequence checks 2b0d37955c Start support for disabling dump-time checks 31aa954f48 Check crosslink residue ranges at dump time 8838c553e1 Allow for empty struct_ref_seq_dif.mon_id 8dbf1697c3 Only check residue seq_id for polymers ea8cba722e Use latest Actions, Ubuntu, Python 736edd24e2 Clarify IDMapper for adding-to-system d8e02df21b Note that we don't relabel chains, etc. 4f0b717f44 Check for typos before making a release 3b1a01db07 Clarify that added-to System must have IDs 13cb7895c5 Test adding a file to an existing system 5c70daf02d Add preliminary support for adding a file to a System a7d52dd6e7 Allow dataset to have multiple locations, closes ihmwg/python-ihm#151 39e23fad80 Allow for extra 3DEM restraint info lines b2482b69de Add assembly_id to mapping for 3DEM/SAS restraints b56eb1439a Add missing 3DEM restraint fields c6122e33ce Remove util/make-mmcif.py (long gone) git-subtree-dir: modules/core/dependency/python-ihm git-subtree-split: 6bb50f3acfac6cd665faad9885dacbcc8659c541
- Loading branch information
Showing
21 changed files
with
967 additions
and
151 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
include ChangeLog.rst | ||
include LICENSE | ||
include examples/* | ||
include util/make-mmcif.py | ||
include src/ihm_format.h | ||
include src/ihm_format.i | ||
include src/ihm_format_wrap_1.6.c | ||
include src/ihm_format_wrap_1.7.c |
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.