Skip to content

Commit

Permalink
Merge pull request chrovis#67 from ayamada/feature/test-create-mpileup
Browse files Browse the repository at this point in the history
Issue chrovis#61 (4) Examine result file of `create-mpileup` based on (2)
  • Loading branch information
totakke committed Apr 27, 2017
2 parents 8f62777 + f182e6b commit 11a0fef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/cljam/t_pileup.clj
Original file line number Diff line number Diff line change
Expand Up @@ -215,5 +215,4 @@
:after (clean-cache!)}
(let [out-file (str temp-dir "/test.pileup")]
(is (not-throw? (plp/create-mpileup test-sorted-bam-file out-file)))
;; TODO: check out-file
)))
(is (same-file? out-file test-pileup-file)))))

0 comments on commit 11a0fef

Please sign in to comment.