]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_read_fastq
adding bzip2 support in ruby
[biopieces.git] / bp_test / test / test_read_fastq
index 82b220c2d87909225e4f34959db7219ad510120b..05b0325945748d5caf7062a19e50c0d01fd3b201 100755 (executable)
@@ -2,14 +2,30 @@
 
 source "$BP_DIR/bp_test/lib/test.sh"
 
-run "$bp -i $in -O $tmp"
+run "$bp -i $in.1 -O $tmp"
 assert_no_diff $tmp $out.1
 clean
 
-run "$bp -i $in.gz -O $tmp"
+run "$bp -i $in.1 -e base_33 -O $tmp"
 assert_no_diff $tmp $out.1
 clean
 
-run "$bp -i $in -n 1 -O $tmp"
+run "$bp -i $in.2 -O $tmp"
 assert_no_diff $tmp $out.2
 clean
+
+run "$bp -i $in.2 -e base_64 -O $tmp"
+assert_no_diff $tmp $out.2
+clean
+
+run "$bp -i $in.1.gz -O $tmp"
+assert_no_diff $tmp $out.1
+clean
+
+run "$bp -i $in.1 -n 1 -O $tmp"
+assert_no_diff $tmp $out.3
+clean
+
+run "$bp -i $in.3 -j $in.4 -O $tmp"
+assert_no_diff $tmp $out.4
+clean