]> git.donarmstrong.com Git - biopieces.git/blob - bp_test/test/test_write_fasta
had to fix shebang in testing env
[biopieces.git] / bp_test / test / test_write_fasta
1 #!/bin/bash
2
3 source "$BP_DIR/bp_test/lib/test.sh"
4
5 run "write_fasta -I $in -o $tmp.1 -x"
6 assert_no_diff $tmp.1 $out.1
7 rm $tmp.1
8
9 run "write_fasta -I $in -w 4 -o $tmp.2 -x"
10 assert_no_diff $tmp.2 $out.2
11 rm $tmp.2