]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_read_fastq
removed debug message
[biopieces.git] / bp_test / test / test_read_fastq
index 0e3f3df0a2e91992593e424f2ca3d62fd0a4d1fe..05b0325945748d5caf7062a19e50c0d01fd3b201 100755 (executable)
@@ -2,18 +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 -n 1 -s -O $tmp"
+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