-
Notifications
You must be signed in to change notification settings - Fork 1
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
Serial em #31
base: devel
Are you sure you want to change the base?
Serial em #31
Conversation
Please check the 7 issues marked by Sonar Cloud. |
Also, please complete the help in the protocol form for the parameters (i.e. maxFrameShift, maxDefocusU, ...) with units and explanations. |
# Conflicts: # emfacilities/protocols/protocol_monitor_serialem.py
Quality Gate passedIssues Measures |
STATUS_STOP = [STATUS_FINISHED, STATUS_FAILED, STATUS_ABORTED] | ||
|
||
class ProtMonitorSerialEm(ProtMonitor): | ||
""" Stores values for SerialEM to read , |
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.
Be more verbose to explain what this protocol does
@danielmarchan3 How is this PR? need a second review? works? |
functionality of serialEM that creates a file with the required parameters to be able to change values inside SerialEM reading from the created file by scipion (the calculation of the values are inside another box from scipion to prevent bugs in another functionalities thus isolating it)