]> git.donarmstrong.com Git - biopieces.git/blob - bp_test/test/test_write_fastq_files
2168c26baba41a0fbe90e8f1b069cf2ed10abff6
[biopieces.git] / bp_test / test / test_write_fastq_files
1 #!/bin/bash
2
3 source "$BP_DIR/bp_test/lib/test.sh"
4
5 mkdir $tmp_dir
6
7 run "$bp -I $in -d $tmp_dir -k SEQ_NAME -x"
8 assert_no_diff_dir $tmp_dir $out.1
9 clean
10
11 rm -rf $tmp_dir