Skip to content

Commit

Permalink
faster raxml flags
Browse files Browse the repository at this point in the history
  • Loading branch information
blackrim committed Apr 25, 2012
1 parent 85bfe2f commit 08995ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Expand Up @@ -340,7 +340,7 @@ int main(int argc, char* argv[]){
remove(("RAxML_info."+gene+".outlierdet").c_str());
string treerunstr = "raxmlHPC-PTHREADS-SSE3 -T "+int_to_string(numthreads)+" -p 12345 -f E -m GTRCAT -c 8 -s "+(gene+".FINAL.phy")+" -n "+gene+".outlierdet";
system(treerunstr.c_str());
treefile = "RAxML_bestTree."+gene+".outlierdet";
treefile = "RAxML_fastTree."+gene+".outlierdet";
}else{
treefile = outliertreefile;
}
Expand Down

0 comments on commit 08995ad

Please sign in to comment.