-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/kernel-concurrency'
- Loading branch information
Showing
41 changed files
with
100,358 additions
and
1,986 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
44,671 changes: 44,671 additions & 0 deletions
44,671
app-benchmarks/v3-app-note/Dengue997_s3_AMVN_BTL.xml
Large diffs are not rendered by default.
Oops, something went wrong.
44,620 changes: 44,620 additions & 0 deletions
44,620
app-benchmarks/v3-app-note/Dengue997_s3_AMVN_MPDLD.xml
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
#NEXUS | ||
|
||
begin mrbayes; | ||
|
||
set autoclose=yes nowarn=yes seed=1 swapseed=1; | ||
|
||
exe Dengue997.nex; | ||
|
||
|
||
|
||
charset capsid = 1-342; | ||
charset glycoprotein = 343-834; | ||
charset envelope = 835-2325; | ||
charset NS1 = 2325-3381; | ||
charset NS2A = 3382-4038; | ||
charset NS2B = 4039-4428; | ||
charset NS3 = 4429-6285; | ||
charset NS4A = 6286-6735; | ||
charset NS4B = 6736-7482; | ||
charset NS5 = 7483-.; | ||
|
||
[partition by_codon = 3:1st_pos,2nd_pos,3rd_pos;] | ||
partition by_gene = 10:capsid,glycoprotein,envelope,NS1,NS2A,NS2B,NS3,NS4A,NS4B,NS5; | ||
|
||
set partition=by_gene; | ||
|
||
lset nst=6 rates=invgamma; | ||
|
||
[lset rates=propinv;] | ||
|
||
[prset brlenspr=clock:uni;] | ||
[prset applyto=(all) brlenspr=clock:uni;] | ||
|
||
prset applyto=(all) ratepr=variable; | ||
|
||
unlink shape=(all); | ||
unlink pinvar=(all); | ||
unlink statefreq=(all); | ||
unlink revmat=(all); | ||
unlink ratemultiplier=(all); | ||
[unlink brlens=(all);] | ||
[unlink clockrate=(all);] | ||
|
||
set seed=1 swapseed=1; | ||
|
||
[mcmc ngen=50000 nruns=1 nchains=1;] | ||
[mcmc ngen=1 nruns=1 nchains=1;] | ||
mcmc ngen=1000 nruns=1 nchains=1 printfreq=1000; | ||
|
||
end; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.