]> git.donarmstrong.com Git - biopieces.git/blobdiff - bp_test/test/test_write_fasta_files
added prefix option to write_fasta_files and write_fastq_files
[biopieces.git] / bp_test / test / test_write_fasta_files
index 9332864ba2ec84ac3e61baa39c96c6f430085ae7..d7775c39901a1cccb0441ec59ad920d153812b6e 100755 (executable)
@@ -33,3 +33,9 @@ run "$bp -I $in -d $tmp_dir -k SEQ_LEN -w 4 -x"
 assert_no_diff_dir $tmp_dir $out.3
 clean
 rm -rf $tmp_dir
+
+mkdir $tmp_dir
+run "$bp -I $in -d $tmp_dir -k SEQ_NAME -p Length -x"
+assert_no_diff_dir $tmp_dir $out.4
+clean
+rm -rf $tmp_dir