

test:
	../../../Analysis/DifferentialExpression/GOplot.Rscript --EC_david EC.david --EC_genelist EC.genelist --pdf_outfile test_go_plot.pdf
	touch test

clean:
	rm -f test_go_plot.pdf
	rm -f test
