-
Notifications
You must be signed in to change notification settings - Fork 5
101 fix mature protein idea from max and implement start and end clean #146
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
base: main
Are you sure you want to change the base?
101 fix mature protein idea from max and implement start and end clean #146
Conversation
@@ -23,6 +24,8 @@ def get_sequence_data( | |||
sequence_id2: Second sequence accession ID |
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.
Docstring and function args description seems to be incorrect
else: | ||
sequences = {result["id"]: result["sequence"] for result in results} | ||
positions = {result["id"]: result["positions"] for result in results} | ||
return sequences, positions | ||
|
||
def find_mutations( |
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.
According to docstring rather call it save_mutations
db, | ||
standard_numbering_tool_name, | ||
node_type, | ||
region_ids_neo4j, | ||
) | ||
|
||
if debug: |
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.
remove debug condition
No description provided.