File: build_test.sh

package info (click to toggle)
bowtie 1.3.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 15,816 kB
  • sloc: cpp: 37,094; perl: 5,806; ansic: 1,474; sh: 1,197; python: 462; makefile: 419
file content (14 lines) | stat: -rwxr-xr-x 264 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

#
# Run this from the bowtie directory to sanity-check the bowtie index
# builder
#

make bowtie-build-debug
if ./bowtie-build-debug -s -v genomes/NC_008253.fna .build_test ; then
	echo Build test PASSED
else
	echo Build test FAILED
fi
rm -f .tmp*.ebwt