Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ribbons #1007

Merged
merged 33 commits into from
Aug 27, 2024
Merged

Ribbons #1007

merged 33 commits into from
Aug 27, 2024

Conversation

russell-taylor
Copy link
Contributor

Adds a program to generate Kinemage ribbons from models.

…ll as RNA, and to handle the broader range of potential names. Speeding up the protein and NA determination code by making the lists outside of the functions.
…ore information that is needed in the ribbon-printing code.
…ulating next/previous/duplicate information required for this processing.
…t so that a function can handle strings that hold integers as well.
@russell-taylor russell-taylor merged commit 107a933 into master Aug 27, 2024
84 of 98 checks passed
@russell-taylor russell-taylor deleted the ribbons branch August 27, 2024 18:59
cschlick pushed a commit that referenced this pull request Nov 15, 2024
* Fixing the nucleic-acid residue code in Reduce to work with DNA as well as RNA, and to handle the broader range of potential names. Speeding up the protein and NA determination code by making the lists outside of the functions.

* Adding scaffolding and initial functions for ribbon-generation code.

* Documentation update

* Adding function to produce the guidepoints for protein ribbons.

* Continuing to implement ribbon generation, porting from the Java code.

* Cleaning up command-line argument style and adding a choice for coloring for ribbons

* Continuing to add ribbon support

* Continuing to implement ribbon printing code.

* Removing spurious Phil argument. Clarifying name of variable

* Adding ability to set coil width

* Updating the code dealing with secondary structure types to include more information that is needed in the ribbon-printing code.

* Continuing to implement fancy-ribbon printing

* Simplifying and correcting modulo calculation on chain colors.

* Re-using existing method to determine chain colors based on index

* Fixing indentation and initialization errors

* Continuing to implement and debug ribbon code

* Fixing rainbow color map to do once per chain. Fixing line thickness on ribbon edges.

* Fixing element creation to get helix construction working better.

* Integer division

* Adding the triangle tip for the ribbon to the output

* Removigtnn spurious parentheses

* Adjusting the spline code to start and end at the correct control points

* Added coil sections of ribbons and starting on sheets, including calculating next/previous/duplicate information required for this processing.

* First version of ribbon code that generates helices, sheets, and coils.

* Replacing SciPy NURBS with implementation of NRUBS ported from original Java code.

* Replacing duplicate residue names with a single quote to reduce ribbon file sizes

* Removing extra spaces at end of line.

* Comment fix

* Fixing multi-model behavior for ribbons. Casting parameter into an int so that a function can handle strings that hold integers as well.

* Adding the ability to select atoms.  Fixing the label on the models when multiple models are in a file.

* Selecting only alternate a by default. Adding animation for multiple-model files we make ribbons for

* Fixing print statement to be compatible with python 2

* Cleaning up clutter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant