]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_write_fastq
polished read_454 and added tests
[biopieces.git] / bp_test / test / test_write_fastq
diff --git a/bp_test/test/test_write_fastq b/bp_test/test/test_write_fastq
new file mode 100755 (executable)
index 0000000..db9bbc2
--- /dev/null
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+source "$BP_DIR/bp_test/lib/test.sh"
+
+run "$bp -I $in -o $tmp -x"
+assert_no_diff $tmp $out.1
+clean
+
+run "$bp -I $in -Z -o $tmp.gz -x"
+gunzip $tmp.gz
+assert_no_diff $tmp $out.1
+clean