]> git.donarmstrong.com Git - biopieces.git/blob - bp_test/test/test_create_blast_index
added test for blast biopieces
[biopieces.git] / bp_test / test / test_create_blast_index
1 #!/bin/bash
2
3 source "$BP_DIR/bp_test/lib/test.sh"
4
5 run "$bp -I $in.1 -d $tmp_dir -i 'index' -x"
6 assert_files_exists "$tmp_dir/index.nin" "$tmp_dir/index.nhr" "$tmp_dir/index.nsq"
7 rm -rf $tmp_dir
8
9 run "$bp -I $in.2 -d $tmp_dir -i 'index' -x"
10 assert_files_exists "$tmp_dir/index.pin" "$tmp_dir/index.phr" "$tmp_dir/index.psq"
11 rm -rf $tmp_dir