-
Notifications
You must be signed in to change notification settings - Fork 16
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
Align and compute RMSDs #166
Align and compute RMSDs #166
Conversation
#if $skip_sidechain: | ||
-s | ||
#end if |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#if $skip_sidechain: | |
-s | |
#end if | |
$skip_sidechain |
tools/model_accuracy_analysis/align_and_rmsd/align_and_rmsd.xml
Outdated
Show resolved
Hide resolved
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
Co-authored-by: Björn Grüning <[email protected]>
And the tests are failing, can you have a look? |
Looks like both are failing due to the tool not being in shed.yml "Tool tools/model_accuracy_analysis/align_and_rmsd/align_and_rmsd.xml not in changed repositories list: .shed.yml file missing" Do I need to make a separate PR for this? Thanks! |
Ok, so this is for the tLeap PR. I'm not sure why all these PRs are going to the same place since they're coming from different branches on my end. I will change the tests for tLeap on my end in the mean time and see if this fixes things with this particular issue. Thanks you sir :). |
This is a new tool that aligns different protein structures and assesses the accuracy based on measuring alpha carbon RMSDs. While this can be used for any set of proteins, it is especially useful when assessing the accuracy of a computational model versus a ground truth experimental solution. This will be very handy, as Galaxy continues to expand its portfolio of protein structure prediction tools. It can be readily used to compare structures predicted with alphafold, or even a quantum computer's prediction.