Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Add getters for defaults SAMFileWriterFactory fields #791
Conversation
codecov-io
commented
Jan 25, 2017
Current coverage is 64.540% (diff: 0.000%)@@ master #791 diff @@
==========================================
Files 523 523
Lines 31614 31616 +2
Methods 0 0
Messages 0 0
Branches 6769 6769
==========================================
Hits 20405 20405
- Misses 9063 9065 +2
Partials 2146 2146
|
|
|
lbergelson
merged commit 4231660
into
samtools:master
Jan 25, 2017
|
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
magicDGS commentedJan 25, 2017
Description
Simple PR for retrieve the defaults that were set in the
SAMFileWriterFactoryclass.Motivation: API clients may want to request which defaults were set for re-use then in other classes or log them.
Checklist