Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
More informative IO error for FASTQ reader #865
Conversation
|
Can you please have a look to this simple patch, @tfenne? You were cleaning up a bit this class recently, and adding some more tests, so maybe it will be useful for you too. Thanks in advance! |
codecov-io
commented
Apr 25, 2017
Codecov Report
@@ Coverage Diff @@
## master #865 +/- ##
===========================================
Coverage 64.954% 64.954%
Complexity 7220 7220
===========================================
Files 528 528
Lines 31867 31867
Branches 5442 5442
===========================================
Hits 20699 20699
Misses 9020 9020
Partials 2148 2148
|
|
Looks good to me @magicDGS. I'll merge if nobody objects. |
tfenne
self-assigned this
Apr 25, 2017
|
Thanks! |
tfenne
merged commit 909ac4d
into
samtools:master
Apr 25, 2017
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
magicDGS commentedApr 25, 2017
Description
Simple patch for a more informative
IOExceptionhandling inFastqReader, by including the message and the line.Checklist