Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/devel' into devel
Browse files Browse the repository at this point in the history
Former-commit-id: 7a64ced
  • Loading branch information
GeorgescuC committed Mar 13, 2019
2 parents 2cb9edb + 73e41a7 commit 0e77c01
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 0e77c01

Please sign in to comment.