Skip to content

Commit

Permalink
fixed #193
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Tarasov committed Apr 19, 2016
1 parent e9da9a0 commit 6ce358f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .test_suite.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,10 @@ testIndexUsage() {
assertEquals 0 $?
}

testIssue193() {
./build/sambamba depth base test/issue_193.bam > output_193.txt 2>/dev/null
diff -q output_193.txt test/issue_193_expected_output.txt
assertEquals 0 $?
}

. shunit2-2.0.3/src/shell/shunit2
2 changes: 1 addition & 1 deletion BioD
Submodule BioD updated 1 files
+53 −51 bio/bam/pileup.d

0 comments on commit 6ce358f

Please sign in to comment.