Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
halabikeren committed Sep 2, 2020
2 parents 076dd72 + ead3745 commit 9097b2f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Examples/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ k=0.2

TraitRELAX detects a significant (p-value=0.0336) trait-related relaxation with parameter estimates:

mu=3.25541190565717
mu=3.21897523031373
pi0=0.05
kappa=1.87347952238339
omega0=0.00490177859
omega1=0.490177859225133
omega2=1.20269784121443
p0=0.0380727606300336
p1=0.961927239
k=0.258846591077448

When using 16 cores, the estimated runtime is 2.5 hours.
kappa=1.86419774314806
omega0=0.000496807647
omega1=0.496807646912068
omega2=1.12939644838683
p0=0.0407751756273637
p1=0.959224824
k=0.254850

When using 1 COU with 4 cores, the estimated runtime is one hour.
You can compare your output files to those provided in "${EXAMPLES_DIR}"/data/example1/

### Example 2
Expand Down
1 change: 1 addition & 0 deletions TraitRELAX_template.bpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ optimization = FullD(derivatives=Newton,nstep=10)
optimization.final = powell
optimization.ignore_parameters = RELAX.k_1,BrLen
optimization.advanced = 1 # 1 for advanced optimization procedure with sequential iterations with decreasing starting points to increase changes of convergence into global maxima (recommended)
optimization.scale.tree = 0 # 1 to optimize the tree scale with respect to the sequence model, 0 to leave as is

# ----------------------------------------------------------------------------------------
# Output files
Expand Down

0 comments on commit 9097b2f

Please sign in to comment.