beast-mcmc icon indicating copy to clipboard operation
beast-mcmc copied to clipboard

How to use TreeMarkovJumpHistoryAnalyzer

Open RicardoRH96 opened this issue 1 year ago • 2 comments

Hi all, when I try to run the example given in the phylogeography with travel history (but using a tree instead of reconstructing the jumps for a single taxon), I get this error.

dr.app.tools.TaxaMarkovJumpHistoryAnalyzer Error: Could not find or load main class dr.app.tools.TaxaMarkovJumpHistoryAnalyzer

I am using the source code version of BEASTX to do this, can you guide me on how to launch it?

RicardoRH96 avatar Oct 10 '24 00:10 RicardoRH96

Dear All, I have the same problem, RicardoRH96. Currently Im trying to do some analysis with covid sequences, and some papers call the TreeMarkovJumpHistoryAnalyzer tool however it is not clear how is the command line on BEAST to do this section. I was checking the tutorial "Accommodating individual travel history in discrete phylogeographic diffusion" and I was available to replicate the protocol for a taxa specified in the command line, however I still have the doubt if it is something similar to be able to use the TreeMarkovJumpHistoryAnalyzer tool or is it a command that must be specified?

AlbertoA3 avatar Mar 20 '25 19:03 AlbertoA3

You can run the tool using java -cp <path to beast jar file> dr.app.tools.TaxaMarkovJumpHistoryAnalyzer -help

If you're using the source code directly you can build the JAR file using ant and then run java -cp build/dist/beast.jar dr.app.tools.TaxaMarkovJumpHistoryAnalyzer -help.

gkarthik avatar Mar 25 '25 01:03 gkarthik