matsen / pplacer

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

Uncaught exception: Failure("please specify a tree model with -s or -c") #379

Open CaroleBelliardo opened 1 year ago

CaroleBelliardo commented 1 year ago

Description: I'm encountering an issue while attempting to use pplacer to add proteins to my trees. I'm using the following command:

singularity run --bind /kwak/hub /kwak/hub/ST_workspace/25_ST23_aricci/tools/singularity/pplacer:1.1.alpha17-0 pplacer -t gp1381.tree New_gp1381_1.fasta

However, I received the following error message:

Running pplacer v1.1.alpha17-6-g5cecf99 analysis on New_gp1381_1.fasta...
Found reference sequences in the given alignment file. Using those for reference alignment.
Warning: Using a statistics file directly is now deprecated. We suggest using a reference package. If you are already using one, please ensure you have 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")

Could you please guide me on how to obtain the required stat file or ovoid this question ?