diff BC/test/Makefile @ 3:2e3a23dd6c24 draft default tip

Uploaded
author melpetera
date Thu, 28 Feb 2019 05:12:34 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/BC/test/Makefile	Thu Feb 28 05:12:34 2019 -0500
@@ -0,0 +1,8 @@
+all:
+	./test-batch_correction.sh
+	Rscript batchcorrection_runtests.R
+
+clean:
+	$(RM) output-*.tsv
+
+.PHONY: all clean