view 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 source

all:
	./test-batch_correction.sh
	Rscript batchcorrection_runtests.R

clean:
	$(RM) output-*.tsv

.PHONY: all clean