]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_patscan_seq
fixed overlap bug in patscan_seq
[biopieces.git] / bp_test / test / test_patscan_seq
index abb1ac726cf1ed7bac67a0509b492e98caa9f942..c00c96fd6d99f01b584186935319a609123cb296 100755 (executable)
@@ -14,10 +14,14 @@ run "$bp -I $in.1 -p GACT -i -O $tmp"
 assert_no_diff $tmp $out.3
 clean
 
-run "$bp -I $in.2 -p RARP -O $tmp"
+run "$bp -I $in.1 -o -p GG -O $tmp"
 assert_no_diff $tmp $out.4
 clean
 
-run "$bp -I $in.2 -p RARP -i -O $tmp"
+run "$bp -I $in.2 -p RARP -O $tmp"
 assert_no_diff $tmp $out.5
 clean
+
+run "$bp -I $in.2 -p RARP -i -O $tmp"
+assert_no_diff $tmp $out.6
+clean