]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_blast_seq
removed debug message
[biopieces.git] / bp_test / test / test_blast_seq
index f6b6430875577a47f10471b2986304339e0af915..5c3c52b155aea10ca89d60cfb4defb0f7ad3a067 100755 (executable)
@@ -7,22 +7,22 @@ run_quiet "create_blast_index -I $in.3 -d $tmp_dir -i 'protein' -x"
 
 run "$bp -I $in.2 -d $tmp_dir/nucleotide -O $tmp"
 assert_no_diff $tmp $out.1
-rm $tmp
+clean
 
 run "$bp -I $in.2 -d $tmp_dir/protein -O $tmp"
 assert_no_diff $tmp $out.2
-rm $tmp
+clean
 
 run "$bp -I $in.4 -d $tmp_dir/nucleotide -O $tmp"
 assert_no_diff $tmp $out.3
-rm $tmp
+clean
 
 run "$bp -I $in.4 -d $tmp_dir/protein -O $tmp"
 assert_no_diff $tmp $out.4
-rm $tmp
+clean
 
 run "$bp -I $in.2 -d $tmp_dir/nucleotide -p tblastx -O $tmp"
 assert_no_diff $tmp $out.5
-rm $tmp
+clean
 
 rm -rf $tmp_dir