]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_write_fasta
added test for blast biopieces
[biopieces.git] / bp_test / test / test_write_fasta
index ba772cab5daacfaaea79961ace54d1e7535ec3e2..63b1ecf9d2112e707e45f78f6b07a64e8489e33e 100755 (executable)
@@ -2,15 +2,15 @@
 
 source "$BP_DIR/bp_test/lib/test.sh"
 
-run "write_fasta -I $in -o $tmp -x"
+run "$bp -I $in -o $tmp -x"
 assert_no_diff $tmp $out.1
 rm $tmp
 
-run "write_fasta -I $in -w 4 -o $tmp -x"
+run "$bp -I $in -w 4 -o $tmp -x"
 assert_no_diff $tmp $out.2
 rm $tmp
 
-run "write_fasta -I $in -w 4 -Z -o $tmp.gz -x"
+run "$bp -I $in -w 4 -Z -o $tmp.gz -x"
 gunzip $tmp.gz
 assert_no_diff $tmp $out.3
 rm $tmp