]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_uclust_seq
fixing usearch upgrade
[biopieces.git] / bp_test / test / test_uclust_seq
index 583737b38abb7dafc6a95305c8e35663d7513184..d19ecfa1e4852a1d85cb06b28b5c6e70d21d5f4f 100755 (executable)
@@ -6,10 +6,14 @@ run "$bp -I $in -O $tmp"
 assert_no_diff $tmp $out.1
 clean
 
-run "$bp -I $in -i 1 -O $tmp"
+run "$bp -I $in -C 2 -O $tmp"
 assert_no_diff $tmp $out.2
 clean
 
-run "$bp -I $in -i 1 -c -O $tmp"
+run "$bp -I $in -i 1 -O $tmp"
 assert_no_diff $tmp $out.3
 clean
+
+run "$bp -I $in -i 1 -c -O $tmp"
+assert_no_diff $tmp $out.4
+clean