Skip to content
Ciara Judge edited this page Dec 9, 2023 · 18 revisions

Welcome to the EpiFusion wiki! This is a living document which will grow as we add improvements to the program, but for now it contains instructions on how to get started.

Input Files

Program Installation

You can compile EpiFusion from source by cloning this repository and building the program within a java IDE, however this is unnecessarily complex, as we have executable files available on the releases page and these are much more stable. Better to download the latest release and place it into wherever folder you wish to call it from. We'll include more specific instructions on this in the 'Installation' section.

When you have your EpiFusion XML assembled, you can run the program (provided you have Java 8 installed) with the following command.

java -jar EpiFusion.jar parameterfilename.xml

Clone this wiki locally