flugcanje
unread,Jul 2, 2012, 7:10:37 AM7/2/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to browni...@googlegroups.com
Hello all,
I am currently running Brownie 2.1.2 on a Linux computer running Ubuntu.
Is there any way I can feed nucleotide alignment data to Brownie? or at least a way in which the data could be reinterpreted so that it's readable by Brownie?
I want to do an RRT between two monophyletic clades, I have 52 taxa and now one gene with about 950 positions.
Thanks for any help,
carlos
Also a comment on installation, in case someone needs it:
I kept trying to compile it with the make command but it would give me an error stating that the file fstream.h did not exist.
After looking around a bit I found a way to fix it:
On every .cpp file on the main brownie-src folder, the lines that say:
#include <fstream.h>
#include <iomanip.h>
must be changed to:
#include <fstream>
#include <iomanip>
So, just delete the .h and everything should work golden!
Cheerio
Carlos J. Rivera-Rivera
University of Geneva
Department of Genetics and Evolution