Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
The existing code was throwing a NPE when using a CRAMFileReader for … #879
Conversation
codecov-io
commented
May 25, 2017
•
Codecov Report
@@ Coverage Diff @@
## master #879 +/- ##
===============================================
+ Coverage 65.006% 65.013% +0.007%
- Complexity 7229 7234 +5
===============================================
Files 528 528
Lines 31894 31895 +1
Branches 5444 5443 -1
===============================================
+ Hits 20733 20736 +3
- Misses 9013 9015 +2
+ Partials 2148 2144 -4
|
|
Thanks for this. this needs to be protected against future changes...can you please convert the list of |
|
No problem, I switched away from the if statements |
|
much better, thanks. |
yfarjoun
merged commit 9bef3fc
into
samtools:master
May 30, 2017
yfarjoun
added a commit
that referenced
this pull request
May 31, 2017
|
|
yfarjoun |
2c33e60
|
yfarjoun
referenced
this pull request
May 31, 2017
Merged
Revert "The existing code was throwing a NPE when using a CRAMFileReader for …" #885
yfarjoun
added a commit
that referenced
this pull request
May 31, 2017
|
|
yfarjoun |
630aa48
|
|
I guess you could revert the revert in a new branch and run the tests....or submit a PR and have travis test for you. |
|
I ran "./gradlew test", and that built successfully. |
|
@lbergelson can you help here? |
skashin commentedMay 25, 2017
•
edited
…InputResource.Type.PATH
Description
Please explain the changes you made here.
Explain the motivation for making this change. What existing problem does the pull request solve?
Checklist