X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_test%2Ftest%2Ftest_read_fastq;h=6c597640c5880e7adbbafb473de478d20f8a9e5e;hb=179c4cb32087fcdda2dffe5826fadbfd9e112c88;hp=82b220c2d87909225e4f34959db7219ad510120b;hpb=8ca94669825d1a3853d4d652dc4893a24dd9d3ce;p=biopieces.git diff --git a/bp_test/test/test_read_fastq b/bp_test/test/test_read_fastq index 82b220c..6c59764 100755 --- a/bp_test/test/test_read_fastq +++ b/bp_test/test/test_read_fastq @@ -2,14 +2,18 @@ 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" -assert_no_diff $tmp $out.1 +run "$bp -i $in.2 -O $tmp" +assert_no_diff $tmp $out.2 clean -run "$bp -i $in -n 1 -O $tmp" +run "$bp -i $in.2.gz -O $tmp" assert_no_diff $tmp $out.2 clean + +run "$bp -i $in.2 -n 1 -O $tmp" +assert_no_diff $tmp $out.3 +clean