From c162f5ce2752c60284c0a7e90237242a3ab6e71e Mon Sep 17 00:00:00 2001 From: Brian Haas Date: Wed, 13 Mar 2019 13:40:53 -0400 Subject: [PATCH] updated Makefile for =TRUE instead of earlier =T --- example/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/example/Makefile b/example/Makefile index b6991e33..07196af9 100644 --- a/example/Makefile +++ b/example/Makefile @@ -18,10 +18,10 @@ debug: i3: - cat run.R | sed s/HMM=T/HMM=T,HMM_type=\'i3\'/ > run.i3.R + cat run.R | sed s/HMM=TRUE/HMM=TRUE,HMM_type=\'i3\'/ > run.i3.R Rscript ./run.i3.R Bayes: - cat run.R | sed s/HMM=T/HMM=T,BayesMaxPNormal=0.35/ > run.Bayes.R + cat run.R | sed s/HMM=TRUE/HMM=TRUE,BayesMaxPNormal=0.35/ > run.Bayes.R Rscript ./run.Bayes.R