Dear Yaqin Guo,
EPA does not actually construct a tree, but rather finds the most likely placements of a given set of query sequences, on a given tree. It does not actually extend the given tree by the given sequences in some sort of iterative tree building, but rather tests each query sequence against the existing tree individually.
If you have some other use for EPA, CIPRES does offer EPA-ng as an available tool, which is the re-implementation of the old EPA algorithm that is present in RAxML, and I would recommend you use that. We will be happy to assist you with that either here or on the dedicated phylogenetic placement google group (https://groups.google.com/forum/#!forum/phylogenetic-placement).
All the Best,
Pierre
HI Everyone,I am a beginner of this topic. I have a question that how to run RAxML-EPA on CIPRES? I need to use EPA to build a tree. But I couldn't find this option on CIPRES web portal. Anyone could help me out? Thanks in advance!
--
You received this message because you are subscribed to the Google Groups "raxml" group.
To unsubscribe from this group and stop receiving emails from it, send an email to raxml+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/raxml/67029e0c-664c-4b4f-8fcc-6066e076b5f1n%40googlegroups.com.

Dear Yaqin,
Backbone tree in the case of RAxML is something different: it is
used to specify a partially resolved tree, such as for example a
taxonomy, to constrain the treesearch to all possible resolutions
of that backbone tree. So no use to you. (also please consider
using the much improved, and actually maintained, RAXML-NG for
running tree searches)
For sure if you want to do placement on CIPRES, EPA-NG is the way
to go. Going from placement to species delimitation is a bit more
advanced though, we recently had a publication on this:
https://onlinelibrary.wiley.com/doi/full/10.1111/1755-0998.13255
Basically the approach there is to 1) place queries on the tree 2)
extract the queries that landed on a given branch 3) make a tree
out of the queries 4) run phylogenetic species delimitation (mPTP)
on that tree. However be warned that because of the nature of
query sequences (often very short, often from genes with disputed
value in terms of species delimitation) there is some limitation
here depending on the data used. SCRAPP also is definitely not
available on CIPRES, and you would have to install and run it
yourself somewhere, which of course we will be happy to assist you
with.
Also I just noticed that CIPRES has the wrong citation for EPA-NG, the correct one is here: https://doi.org/10.1093/sysbio/syy054
Happy Placement,
Pierre
To view this discussion on the web visit https://groups.google.com/d/msgid/raxml/4e8e4117-b899-4571-86a3-359c9a71af88n%40googlegroups.com.

Dear Yaqin,
the binary file you can leave empty. ref-msa is the reference alignment of the tree.
The "Info file" can either be the .info file created by raxml 8.x, or the .bestModel file coming from raxml-ng when creating the tree. Its used to pass the model parameters associated with the tree to EPA-NG. If you don't have this file anymore, you can re-run raxml(-ng) to purely recalculate the likelihood: https://github.com/Pbdas/epa-ng#setting-the-model-parameters
The query file is, as you surmised, the fasta of the query sequences.
For a bit of an overview (though its meant for using EPA-NG in the command line) maybe this page will help: https://github.com/Pbdas/epa-ng/wiki/Full-Stack-Example (as well as the readme I linked before).
Pierre
To view this discussion on the web visit https://groups.google.com/d/msgid/raxml/4c2974d6-41e4-4c16-99f8-ff0e49c0b8a3n%40googlegroups.com.