]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_read_solexa
added read_sff biopiece
[biopieces.git] / bp_test / test / test_read_solexa
index 63a1ad06cfe185d1980893a05a927f9c5670cbf4..5d0a58bc9ee8a4c3619d2c130bb8b1e0afcde9d1 100755 (executable)
@@ -4,20 +4,20 @@ source "$BP_DIR/bp_test/lib/test.sh"
 
 run "$bp -i $in -O $tmp"
 assert_no_diff $tmp $out.1
-rm $tmp
+clean
 
 run "$bp -i $in -n 1 -O $tmp"
 assert_no_diff $tmp $out.2
-rm $tmp
+clean
 
 run "$bp -i $in -c -O $tmp"
 assert_no_diff $tmp $out.3
-rm $tmp
+clean
 
 run "$bp -i $in -s -O $tmp"
 assert_no_diff $tmp $out.4
-rm $tmp
+clean
 
 run "$bp -i $in -s -C 30 -O $tmp"
 assert_no_diff $tmp $out.5
-rm $tmp
+clean