Using the new checks for polymer type in Group, ... - #555
Merged
Conversation
…ecks in StructureTools.
* 'master' of github.com:biojava/biojava: (36 commits) Add some tests for negative residue ranges Minor javadoc & warnings fixes Fix compilation errors from merge Fix MultipleAlignmentJmol resizing bug Fixed bug where bonds from struct conn records were not made for multiple models. Latest ECOD now contains string quotes around some data fields. Need to remove them for junit tests to parse. update test for type of group based on comments from @josemduarte Fixing cath urls according to their final layout [maven-release-plugin]prepare for next development iteration [maven-release-plugin]prepare release biojava-4.2.4 new utility class for chromosome mappings. adding new dependency on guava new utility class for chromosome mappings. new utility class for chromosome mappings. Adding test for genome mapping Complete new CATH file names biojava#546 and biojava#544 Fixing biojava#544 and improving logging Some work towards fixing biojava#544 Back-porting cloning fix (see biojava#541) into bugfixes-4.2 biojava#542 changing default SCOP download location to Berkeley- SCOP. ...
* 'master' of github.com:biojava/biojava: [maven-release-plugin]prepare for next development iteration [maven-release-plugin]prepare release biojava-5.0.0-alpha6 Fixed the logic of working out which type of group a group is. Fixed a typo Immutability test fails with Cobertura instrumented classes Fixed the formatting and added some javadocs Upgrade to v1.0.0 Fixed handling of entities with no chains Fixed a null pointer exception from getAtomFromRecord Added handling of different residue types. Fixed a bug in generation of disulphide bonds - including a test case. Added support for D-GAMMA-PEPTIDE being a heatatm (as with mmCIF) not an amino. # Conflicts: # biojava-sequencing/src/test/java/org/biojava/nbio/sequencing/io/fastq/FastqTest.java
… too long log files.
Member
|
Were the pom changes intended to belong to this PR? |
|
|
||
| ChemComp cc = g.getChemComp(); | ||
|
|
||
| if (ResidueType.lPeptideLinking.equals(cc.getResidueType()) |
Contributor
There was a problem hiding this comment.
This check is not included in g.isPolymeric(). Do we need to add it too? I really can't remember why this is important or not. Ideas anyone?
Member
There was a problem hiding this comment.
What would be lPeptideLinking but not PROTEIN_ONLY? Non-ribosomal peptides?
* 'master' of github.com:biojava/biojava: Making recent MmtfActions.writeToOutputStream static Fix the doc Update the outputstream to be created outside the function Update readme.md Add Gitter badge Write MMTF to an OutputStream
Member
Author
|
To comment on the status of this: During the wednesday skype call we agreed that the checks for polymer type should get added also on the |
… level (used to be StructureTools).
|
|
||
| if ( info == null || info.getType() == null) { | ||
| logger.warn("No entity info could be found while adding chain with asym id {} (author id {}). Will consider it a polymer chain.", c.getId(), c.getName()); | ||
| logger.debug("No entity info could be found while adding chain with asym id {} (author id {}). Will consider it a polymer chain.", c.getId(), c.getName()); |
Contributor
There was a problem hiding this comment.
I'd keep this at least on INFO level, this is quite a strong indication that there's something wrong in reading the structure.
* 'master' of github.com:biojava/biojava: Updating to latest version in readme
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
... instead of repeating similar checks in StructureTools.