We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9525595 commit 7fd4a85Copy full SHA for 7fd4a85
1 file changed
functional-tests.sh
@@ -152,7 +152,7 @@ rm -f t.*
152
153
#regions and global should not be the same when -b is specified
154
run regions $exe t_regions -n -b 100 tests/empty-tids.bam
155
-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
156
rm -f t_regions.*
157
158
run overlappingPairs $exe t tests/overlapping-pairs.bam
0 commit comments