Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSecondary Structure Support #336
Conversation
The SS is stored in any Group as a Group propery. This allows the storage of SS in any group, even if it is not an AminoAcid instance but has backbone amino atoms.
It retrieves the properties used by BioJava only.
The ladder assignment and extension was not properly done
They are now failing, because BioJava implementation does not match exactly the DSSP implementation.
Helices were one residue too large at the extremes and turns were not assigned correctly.
The bond is always tested from acceptor (CO) to donor (NH)
Conflicts: biojava-structure/src/main/java/org/biojava/nbio/structure/StructureTools.java biojava-structure/src/main/java/org/biojava/nbio/structure/io/PDBFileParser.java
Secondary Structure Support
This pull request contains all the methods and data structures implemented to support secondary structure assignment and prediction for proteins #112. To summarize in points, the new features are: