BEAST2-Dev / bdsky

Birth Death Serial Skyline Model for BEAST2
GNU General Public License v3.0
2 stars 11 forks source link

BDSKY depends on SA package #18

Open rbouckaert opened 7 years ago

rbouckaert commented 7 years ago

The BDSKY package contains templates for sampled ancestor analyses that depend on having the SA package installed. Either these templates should be moved to the SA package, or there should be a dependency added to the version.xml file. For now, I added a dependency in the packages.xml file in CBAN.

gavryushkina commented 7 years ago

This is caused by Sampled ancestor operators and SampledAncestorLogger which is in SA package.

gavryushkina commented 7 years ago

If we move the template to the SA package then it will depend on BDSKY.

walterxie commented 6 years ago

Please note: examples/SABDSKY_sequential.xml is using SA operators. I moved it to a sub-folder "SA" under "example" folder, as a temporary solution. It will not be tested by ExampleXmlParsingTest

I also commented out BEASTLab class path in build.xml.