Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Apr 17, 2024
1 parent 9525595 commit 7fd4a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ rm -f t.*

#regions and global should not be the same when -b is specified
run regions $exe t_regions -n -b 100 tests/empty-tids.bam
assert_equal $(diff -u t_regions.mosdepth.region.dist.txt t_regions.mosdepth.global.dist.txt | wc -l) 1447
assert_equal $(diff -u t_regions.mosdepth.region.dist.txt t_regions.mosdepth.global.dist.txt | wc -l) 1436
rm -f t_regions.*

run overlappingPairs $exe t tests/overlapping-pairs.bam
Expand Down

0 comments on commit 7fd4a85

Please sign in to comment.