Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/devel' into devel
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgescuC committed Mar 13, 2019
2 parents 8a8281d + 2069ee6 commit 7a64ced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7a64ced

Please sign in to comment.