]> 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 9ae850296354a336707fc50f813b1e743a7bfb99..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
 
-# This one will not work for some reason?
-# run "write_fasta -I $in -w 4 -Z -o $tmp -x"
-assert_no_diff $tmp $out.3
-rm $tmp
+run "$bp -I $in -w 4 -Z -o $tmp.gz -x"
+gunzip $tmp.gz
+assert_no_diff $tmp $out.3
+rm $tmp