all:
	rm -f *.html *.png *.txt *.terms
	/nfs/gs/home/cegrant/workspace/go-term-finder/bin/filter_50kb.py < ../extremely-conserved.xls > ensembl_st.txt
	sort ensembl_st.txt |uniq >transcripts.txt
	/nfs/gs/home/cegrant/workspace/go-term-finder/bin/batchGOView.pl process.conf transcripts.txt
	mv transcripts.html process.html
	/nfs/gs/home/cegrant/workspace/go-term-finder/bin/batchGOView.pl function.conf transcripts.txt
	mv transcripts.html function.html
	/nfs/gs/home/cegrant/workspace/go-term-finder/bin/batchGOView.pl component.conf transcripts.txt
	mv transcripts.html component.html
	/nfs/gs/home/cegrant/workspace/go-term-finder/bin/analyze.pl transcript_association 34111 transcripts.txt
	cp /nfs/gs/home/cegrant/workspace/go-term-finder/chimp_deletions2/batchGOViewList.html .
