]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_write_fastq
added coverage to find_SNPs
[biopieces.git] / bp_test / test / test_write_fastq
index db9bbc23a8eb7df911a59adea0b4458b21cc19c6..39401409c848a580b12a0a0942eb70b3a2c0066e 100755 (executable)
@@ -6,7 +6,11 @@ run "$bp -I $in -o $tmp -x"
 assert_no_diff $tmp $out.1
 clean
 
-run "$bp -I $in -Z -o $tmp.gz -x"
+run "$bp -I $in -e sanger -o $tmp -x"
+assert_no_diff $tmp $out.2
+clean
+
+run "$bp -I $in -Z -e sanger -o $tmp.gz -x"
 gunzip $tmp.gz
-assert_no_diff $tmp $out.1
+assert_no_diff $tmp $out.2
 clean