-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add an entrypoint to SamSource for bytes of SAM/BAM/CRAM #760
base: main
Are you sure you want to change the base?
Conversation
* @param stringency the validation stringency to apply when reading the data | ||
* @param factory a SAMRecordFactory; MUST return classes that mix in [[SamRecord]] | ||
*/ | ||
def apply( |
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.
Unfortunately cannot set defaults here due to multiple apply
overloadings.
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.
One suggestion for you
Codecov Report
@@ Coverage Diff @@
## master #760 +/- ##
=======================================
Coverage 95.47% 95.47%
=======================================
Files 114 114
Lines 6733 6740 +7
Branches 429 422 -7
=======================================
+ Hits 6428 6435 +7
Misses 305 305
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
3854384
to
eeb9e83
Compare
Would you be willing to do a re-review? |
No description provided.