]> git.donarmstrong.com Git - biopieces.git/blob - bp_test/test/test_create_seq_index
added tests for create_seq_index and get_seq
[biopieces.git] / bp_test / test / test_create_seq_index
1 #!/bin/bash
2
3 source "$BP_DIR/bp_test/lib/test.sh"
4
5 run "$bp -I $in -d $tmp_dir -i test -x"
6 assert_no_diff "$tmp_dir/test.seq" $out.1
7 clean
8
9 rm -rf $tmp_dir