]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_read_fasta
added tests to find_orfs
[biopieces.git] / bp_test / test / test_read_fasta
index bff0470123b1fce4ebc13dee37ad12bfe3a54349..82b220c2d87909225e4f34959db7219ad510120b 100755 (executable)
@@ -6,6 +6,10 @@ run "$bp -i $in -O $tmp"
 assert_no_diff $tmp $out.1
 clean
 
+run "$bp -i $in.gz -O $tmp"
+assert_no_diff $tmp $out.1
+clean
+
 run "$bp -i $in -n 1 -O $tmp"
 assert_no_diff $tmp $out.2
 clean