-
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
restriction enzymes overhang missing #3
Comments
There are a few places in the code where |
Fix bug #253 where need to use `defined` instead of just a true/false test since the value can be 0
See bioperl/bioperl-live#254 but we need to probably also push this to any release branches as this is only on master. Can a current release developer take a look? |
@hyphaltip we're running off master for the latest releases. I'm in Africa but will be back this weekend, can take a look when I have a bit better internet (it's been reeaaaaaaally inconsistent). |
Dear all,
I've been looking using the restriction modules in Bioperl and I think that, for some enzymes, it is not properly calculating the overhang sequence. For example, with EcoRI it looks fine and gives AATT:
But, (e.g.) if you use TasI, Bioperl cannot identify any overhang:
As I see it, both should give the same overhang, no?
cheers,
The text was updated successfully, but these errors were encountered: