Off-lattice model using HAL simulation framework  

The model can be run using the ColomEtAlExample.jar file. It requires the libraries in the natives directory to run.   

To see the options available, run   
`java -Djava.library.path=natives -jar ColomEtAlExample.jar -h`  

To run the example of mutant clones shown in the supplementary video, run  
`java -Djava.library.path=natives -jar ColomEtAlExample.jar -run_example`  


The code for the model is also included in ColomExampleOffLattice.java  
This requires the HAL java library (https://github.com/MathOnco/HAL, http://halloworld.org)  