Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
phylo
fastcodeml
Commits
a26fed3d
Commit
a26fed3d
authored
May 19, 2016
by
omid
Browse files
BEB correction for the case when no fg branch is marked in the nwk file
parent
8ad6e7b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
fast.cpp
View file @
a26fed3d
...
...
@@ -832,7 +832,7 @@ int main(int aRgc, char **aRgv) {
// if(cmd.mVerboseLevel >= VERBOSE_ONLY_RESULTS) std::cout <<
// std::endl << "LRT is significant. Computing sites under positive
// selection ... " << std::endl ;
//
beb.computeBEB(h1.getVariables(), fg_branch, scales);
beb
.
computeBEB
(
h1
.
getVariables
(),
fg_branch
,
scales
);
// Output the sites under positive selection (if any)
if
(
cmd
.
mVerboseLevel
>=
VERBOSE_ONLY_RESULTS
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment