Skip to content

Commit

Permalink
Refine to code expression to pileup without option
Browse files Browse the repository at this point in the history
  • Loading branch information
ayamada committed Apr 19, 2017
1 parent 0ef7453 commit 64eeb38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cljam/pileup.clj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

(defn pileup
([bam-reader rname]
(plp/pileup bam-reader rname))
(pileup bam-reader rname {}))
([bam-reader rname option]
(pileup bam-reader rname -1 -1 option))
([bam-reader rname start end option]
Expand Down

0 comments on commit 64eeb38

Please sign in to comment.