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

Uploaded
author melpetera
date Thu, 28 Feb 2019 05:12:34 -0500
parents
children
comparison
equal deleted inserted replaced
2:57edfd3943ab 3:2e3a23dd6c24
1 all:
2 ./test-batch_correction.sh
3 Rscript batchcorrection_runtests.R
4
5 clean:
6 $(RM) output-*.tsv
7
8 .PHONY: all clean