Imported Upstream version 0.12.7
[bowtie.git] / scripts / build_test.sh
1 #!/bin/sh
2
3 #
4 # Run this from the bowtie directory to sanity-check the bowtie index
5 # builder
6 #
7
8 make bowtie-build-debug
9 if ./bowtie-build-debug -s -v genomes/NC_008253.fna .build_test ; then
10         echo Build test PASSED
11 else
12         echo Build test FAILED
13 fi
14 rm -f .tmp*.ebwt