X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bp_test%2Ftest%2Ftest_write_fastq_files;h=8a0f386a2de766fdc9014aa4f5793dbe576632bf;hb=25f306d64b1c6abce48f243d7929d7d9dc5f3603;hp=7babe73dccbeda5bb338317055595ab927f637bd;hpb=7ed99da4008c7c6711e31234ecfac1faf569a9ec;p=biopieces.git diff --git a/bp_test/test/test_write_fastq_files b/bp_test/test/test_write_fastq_files index 7babe73..8a0f386 100755 --- a/bp_test/test/test_write_fastq_files +++ b/bp_test/test/test_write_fastq_files @@ -33,3 +33,9 @@ bunzip2 $tmp_dir/*.bz2 assert_no_diff_dir $tmp_dir $out.2 clean rm -rf $tmp_dir + +mkdir $tmp_dir +run "$bp -I $in -d $tmp_dir -k SEQ_NAME -p Name -x" +assert_no_diff_dir $tmp_dir $out.3 +clean +rm -rf $tmp_dir