- Java (version = 6)
- maven (version >= 3)
- git
- m2e eclipse plugin (should be default in Juno)
I've set up a job on our CI Jenkins instance, the latest executable jar can be downloaded from:
https://code.ceres.auckland.ac.nz/jenkins/job/phyml-grid-SNAPSHOT/
- File -> Import... -> Maven -> Existing Maven Projects
- Next
- Browse to this directory
- Finish
mvn clean install
java -cp target/phyml-grid-binary.jar nz.org.nesi.phyml.Client --help # print usage
java -cp target/phyml-grid-binary.jar nz.org.nesi.phyml.Client -f <path_to_phyml_inputfile> -w 10h -p <phyml_cli_parameters> -c <cpus>
java -jar target/phyml-grid-binary.jar