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

Crossing zero cut sites #273

Merged
merged 3 commits into from
Oct 29, 2024
Merged

Crossing zero cut sites #273

merged 3 commits into from
Oct 29, 2024

Conversation

guzmanvig
Copy link
Collaborator

fixes #272

The logic to handle cut sites is quite complex so I tried to make all the changes encapsulated on an "if cut site crosses the zero-index" as to not mess with the rest of the logic. Tried it with multiple different enzymes.

Here's 2 screenshots:

Screenshot 2024-09-25 at 12 01 35 Screenshot 2024-09-25 at 12 02 10

@guzmanvig guzmanvig requested review from jjti and leshane September 25, 2024 15:37
Copy link
Collaborator

@jjti jjti left a comment

Choose a reason for hiding this comment

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

I haven't looked at this in awhile but so long as you tested all the combos of cut sites across the zero index it LGTM

@guzmanvig
Copy link
Collaborator Author

I haven't looked at this in awhile but so long as you tested all the combos of cut sites across the zero index it LGTM

Sounds good, I have tested several enzymes and moved them around the zero index and all worked. I'll merge.

@guzmanvig guzmanvig merged commit dbca15c into develop Oct 29, 2024
2 checks passed
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.

Render cut site when it goes over the end of the sequence
2 participants