matsen / pplacer

Phylogenetic placement and downstream analysis
http://matsen.fredhutch.org/pplacer/
GNU General Public License v3.0
74 stars 18 forks source link

Pplacer using tree from Fasttree #374

Open PaulaCat opened 2 years ago

PaulaCat commented 2 years ago

Hi,

I am trying to do phylogenetic placement of S3 amino-acid sequences using Pplacer. I created the reference tree based on a reference alignment of S3 sequences and using Fasttree. Is it possible to use a reference tree from Fasttree? Or is it only possible to use pplacer on trees consturcted using PhyML and RAxML?

Here is the command I ran:

pplacer --pretend -r combined_reference.fasta -t S3_modified_tree.txt S3_prodigal_proteins.fasta

And here is the error:

Running pplacer v1.1.alpha19-0-g807f6f3 analysis on S3__prodigal_proteins.fasta... Didn't find any reference sequences in given alignment file. Using supplied reference alignment. Warning: using a statistics file directly is now deprecated. We suggest using a reference package. If you already are, then please use the latest version of taxtastic. Uncaught exception: Failure("please specify a tree model with -s or -c") Fatal error: exception Failure("please specify a tree model with -s or -c")

In case I can use a tree generated in Fasttree. How should be the statistics file formated?

Thank you!