LinguaPhylo / linguaPhylo

LinguaPhylo: A language for describing, visualising and simulating probabilistic phylogenetic models
GNU Lesser General Public License v3.0
17 stars 7 forks source link

Create new lphy extension to use beast2 nexus parser #446

Open walterxie opened 7 months ago

walterxie commented 7 months ago

Create new lphy extension to use beast2 nexus parser.

Maybe, other models, which can save many development in simulations for new Generators.

walterxie commented 6 months ago

Stuck on the duplication of using apache maths and ANTRL. The beast2 jar is a combined jar of everything, and which is not in the Oracle module system.

Idea: create a java module on beast2 jar? or unzip the src.jar, and then create the module?