]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_write_fastq_files
added prefix option to write_fasta_files and write_fastq_files
[biopieces.git] / bp_test / test / test_write_fastq_files
index 7babe73dccbeda5bb338317055595ab927f637bd..8a0f386a2de766fdc9014aa4f5793dbe576632bf 100755 (executable)
@@ -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