How to compile and run PRcleavage_konnyu_msb.c code in LINUX environment

1) Compile PRcleavage_konnyu_msb.c code by c compiler
e.g gcc -lm -O3 -Wall -pedantic -o executable_file_name PRcleavage_konnyu_msb.c

2) Edit the name of executable file name in bat.sh (bash script), as you provided it in the executable_file_name argument.

3) Run bat.sh
./bat.sh

Parameters are automatically read from the parameters.dat file, which contains the default parameters of the model. Simulation length and technical arguments are included in the program call in the bash file.

4) Results are written in the res.dat file.