-
Notifications
You must be signed in to change notification settings - Fork 596
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
Eliminated the filtering by user transcripts and fixed locus level issue #4931
Conversation
LeeTL1220
commented
Jun 21, 2018
•
edited
Loading
edited
- User defined transcripts were being used as a filter rather than a priority order. The filtering step has been eliminated. Closes Transcript list (userRequestedTranscripts) is acting as a filter, when it should be for prioritizing transcripts during selection. #4918
- Fixed previously unidentified issue where locus level ranking was being reversed. Updated tests. This was identified thanks to the thousands of tests in Funcotator (only one failed, but that was all it took).
Codecov Report
@@ Coverage Diff @@
## master #4931 +/- ##
===============================================
+ Coverage 80.471% 80.474% +0.003%
+ Complexity 17855 17854 -1
===============================================
Files 1093 1093
Lines 64295 64295
Branches 10378 10378
===============================================
+ Hits 51739 51741 +2
+ Misses 8501 8500 -1
+ Partials 4055 4054 -1
|
…priority order. The filtering step has been eliminated. Fixes #4918 - Fixed issue where locus level ranking was being reversed. Updated tests. This was identified thanks to the thousands of tests in Funcotator (only one failed).
1cf9fd7
to
8e00e3a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
Once tests pass, feel free to merge. |
Test failure is false alarm? @cmnbroad |
@cmnbroad I am going to restart and see if it goes away. I am only bugging you about it since it is the python test. But my PR goes nowhere near that code. |
@LeeTL1220 Sorry - I didn't see the before it was restarted so I'm unsure which test failed. Looks like its nearly finished. |
Only the python one...
…On Fri, Jun 22, 2018 at 4:49 PM, Chris Norman ***@***.***> wrote:
@LeeTL1220 <https://github.com/LeeTL1220> Sorry - I didn't see the before
it was restarted so I'm unsure which test failed. Looks like its nearly
finished.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#4931 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACDXk7mrwN0gSPmXwZ7rs21ET7LGdoKJks5t_VhVgaJpZM4UynET>
.
--
Lee Lichtenstein
Broad Institute
75 Ames Street, Room 8011A
Cambridge, MA 02142
617 714 8632
|
Assuming failed push test is transient, since this PR does not affect the python env. |
…priority order. The filtering step has been eliminated. Fixes #4918 (#4931) - User defined transcripts were being used as a filter rather than a priority order. The filtering step has been eliminated. Closes #4918 - Fixed previously unidentified issue where locus level ranking was being reversed. Updated tests. This was identified thanks to the thousands of tests in Funcotator (only one failed, but that was all it took).