]> git.donarmstrong.com Git - rsem.git/blobdiff - EBSeq/makefile
Modified RSEM perl scripts so that RSEM directory will be added in the beginning...
[rsem.git] / EBSeq / makefile
index 5bd86ffe94b28e8dd6af3ece46c0fe55333a0b10..898c8fa4cf2dc5b4a1f135e76d3b89d818213d52 100644 (file)
@@ -4,10 +4,10 @@ PROGRAMS = EBSeq rsem-for-ebseq-calculate-clustering-info
 all : $(PROGRAMS)
 
 EBSeq : 
-       ./install.R
+       ./install
 
 rsem-for-ebseq-calculate-clustering-info : calcClusteringInfo.cpp
        $(CC) -O3 -Wall calcClusteringInfo.cpp -o $@
 
 clean : 
-       rm -rf blockmodeling $(PROGRAMS) *~ 
+       rm -rf blockmodeling $(PROGRAMS) *~ BiocInstaller