-
Notifications
You must be signed in to change notification settings - Fork 12
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
Pileup without options #54
Conversation
Codecov Report
@@ Coverage Diff @@
## master #54 +/- ##
==========================================
+ Coverage 73.36% 73.84% +0.47%
==========================================
Files 56 56
Lines 3293 3292 -1
Branches 329 334 +5
==========================================
+ Hits 2416 2431 +15
+ Misses 548 527 -21
- Partials 329 334 +5
Continue to review full report at Codecov.
|
src/cljam/pileup.clj
Outdated
@@ -15,6 +15,8 @@ | |||
{:n-threads 0}) | |||
|
|||
(defn pileup | |||
([bam-reader rname] | |||
(plp/pileup bam-reader rname)) |
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.
(pileup bam-reader rname {})
would be better, I think.
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.
Thanks to your review.
I fixed it by 64eeb38 .
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.
LGTM 👍 Thanks!
No description provided.