-
Notifications
You must be signed in to change notification settings - Fork 245
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 LiftOver constructor that takes an input stream #1412
Add LiftOver constructor that takes an input stream #1412
Conversation
…nfig hosted in S3.
…nfig hosted in S3.
…rsavage/htsjdk into ks_lift_over_from_input_stream
Codecov Report
@@ Coverage Diff @@
## master #1412 +/- ##
===============================================
+ Coverage 68.115% 68.118% +0.004%
- Complexity 8375 8378 +3
===============================================
Files 573 573
Lines 33978 33982 +4
Branches 5668 5668
===============================================
+ Hits 23144 23148 +4
Misses 8644 8644
Partials 2190 2190
|
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.
@kevinpetersavage Thank you for this PR. Really nice first PR! Thank you for adding tests. I made a number of comments about ways that I think this could be slightly improved. Let me know if you have any questions.
@lbergelson thanks for the really good feedback, definitely improved the code! |
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. Thank you for your contribution!
Desrciption
Add LiftOver constructor that takes an input stream. This is so that it can be used in situations where the config is not on a file system. In my case it is on AWS S3.
Checklist