]> git.donarmstrong.com Git - biopieces.git/blob - bp_test/test/test_mean_vals
refactoring of assemble_pairs
[biopieces.git] / bp_test / test / test_mean_vals
1 #!/bin/bash
2
3 source "$BP_DIR/bp_test/lib/test.sh"
4
5 run "$bp -I $in -k V1,V2 -o $tmp -x"
6 assert_no_diff $tmp $out.1
7 clean
8
9 run "$bp -I $in -l V3 -O $tmp"
10 assert_no_diff $tmp $out.2
11 clean