aezarebski / beasts-castle

This repository contains some helpful scripts for working with BEAST2.
GNU General Public License v3.0
0 stars 0 forks source link

add migration script target #9

Open aezarebski opened 1 year ago

aezarebski commented 1 year ago

Add the following target to cogsworth

    <!-- The migrate.pl script attempts to update XML from BEAST 2.6.x to 2.7.x -->
    <target name="get-migrate-script">
        <get src="https://raw.githubusercontent.com/CompEvol/beast2/master/scripts/migrate.pl"
             dest="lib/migrate.pl" verbose="on" />
    </target>