Fixed bug from #52 causing 'doench_featurization.py' to crash when fed ambiguous nucleotides. - #53
Open
mjfos2r wants to merge 4 commits into
Open
Fixed bug from #52 causing 'doench_featurization.py' to crash when fed ambiguous nucleotides.#53mjfos2r wants to merge 4 commits into
mjfos2r wants to merge 4 commits into
Conversation
… nucleotides. Also fixed biopython deprecation warning for 'feature.strand' -> 'feature.location.strand'. Also fixed '.gitignore' since mangling at the bottom was causing it to complain when anything 'guidemaker/*' was added. Finally, detailed fixes in changelog. Fixes USDA-ARS-GBRU#52.
… for cases where a gene may not have a viable PAM in the first 500bp, blocking elongation at low efficiency is better than nothing?
Author
|
Not sure why it pulled in the rest of my commits, only merge b9fba51. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed bug from #52 causing 'doench_featurization.py' to crash when fed ambiguous nucleotides. Expanded the fix from v0.4.2 #39.
Also fixed biopython deprecation warning for 'feature.strand' -> 'feature.location.strand'.
Also fixed '.gitignore' since mangling at the bottom was causing it to complain when anything 'guidemaker/*' was added.
Trailing spaces were also automatically removed from all changed files.
Finally, detailed fixes in changelog.