Skip to content

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

NiklasAbraham
Copy link
Contributor

No description provided.

@@ -23,6 +24,8 @@ def get_sequence_data(
sequence_id2: Second sequence accession ID
Copy link
Member

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(
Copy link
Member

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:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove debug condition

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.

Fix mature protein Idea from Max and implement start and end clean
2 participants