all:
	rm -f *.html *.png *.terms
	sort ensembl_st.txt |uniq >genes.txt
	/nfs/gs/home/cegrant/workspace/go-term-finder/bin/batchGOView.pl process.conf genes.txt
	mv genes.html process.html
	/nfs/gs/home/cegrant/workspace/go-term-finder/bin/batchGOView.pl function.conf genes.txt
	mv genes.html function.html
	/nfs/gs/home/cegrant/workspace/go-term-finder/bin/batchGOView.pl component.conf genes.txt
	mv genes.html component.html
	/nfs/gs/home/cegrant/workspace/go-term-finder/bin/analyze.pl gene_association 22291 genes.txt
	cp /nfs/gs/home/cegrant/workspace/go-term-finder/chimp_deletions2/batchGOViewList.html .
