From 2bcb97e112791d149a4a953f51507ed6321b4707 Mon Sep 17 00:00:00 2001 From: martinahansen Date: Wed, 25 Sep 2013 14:26:37 +0000 Subject: [PATCH] added bzip output test to write_fastq git-svn-id: http://biopieces.googlecode.com/svn/trunk@2209 74ccb610-7750-0410-82ae-013aeee3265d --- bp_test/test/test_write_fastq | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bp_test/test/test_write_fastq b/bp_test/test/test_write_fastq index f3880a2..40f8f13 100755 --- a/bp_test/test/test_write_fastq +++ b/bp_test/test/test_write_fastq @@ -14,7 +14,12 @@ run "$bp -I $in -e base_64 -o $tmp -x" assert_no_diff $tmp $out.2 clean -run "$bp -I $in -Z -o $tmp.gz -x" +run "$bp -I $in -Z gzip -o $tmp.gz -x" gunzip $tmp.gz assert_no_diff $tmp $out.1 clean + +run "$bp -I $in -Z bzip2 -o $tmp.bz2 -x" +bunzip2 $tmp.bz2 +assert_no_diff $tmp $out.1 +clean -- 2.39.2