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

Fix variant reading into intron #83

Merged
merged 7 commits into from
May 24, 2017
Merged

Conversation

julia326
Copy link
Contributor

@julia326 julia326 commented May 23, 2017

Fixes #82


This change is Reviewable

@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 89.142% when pulling 495d06f on fix-variant-reading-into-intron into 716b802 on master.

1 similar comment
@coveralls
Copy link

Coverage Status

Coverage increased (+0.2%) to 89.142% when pulling 495d06f on fix-variant-reading-into-intron into 716b802 on master.

@coveralls
Copy link

coveralls commented May 23, 2017

Coverage Status

Coverage increased (+0.2%) to 89.142% when pulling 495d06f on fix-variant-reading-into-intron into 716b802 on master.

@@ -10,6 +10,6 @@ set -o errexit
find . -name '*.py' \
| xargs pylint \
--errors-only \
--disable=print-statement,unsubscriptable-object,not-an-iterable,no-member
--disable=print-statement,unsubscriptable-object,not-an-iterable,no-member,invalid-unary-operand-type
Copy link
Contributor

Choose a reason for hiding this comment

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

Ha, where did this error pop up?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

in isovar.read_helpers line 59 :)

variant=variant,
transcript=transcript,
context_size=10)
assert sequence_key == None, '%s\n%s' % (sequence_key, transcript)
Copy link
Contributor

Choose a reason for hiding this comment

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

@coveralls
Copy link

coveralls commented May 24, 2017

Coverage Status

Coverage increased (+0.2%) to 89.142% when pulling e605dfb on fix-variant-reading-into-intron into 716b802 on master.

@julia326 julia326 merged commit 2a62ce0 into master May 24, 2017
@julia326 julia326 deleted the fix-variant-reading-into-intron branch May 24, 2017 20:49
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.

3 participants