Running and Verifying MACS2
Procedure
- Use PuTTY to log in to the server as the root user.
- Run the following command to check the version:
macs2 --version
- Run the following commands to run the test case:
cd /path/to/MACS2/MACS-2.1.4/test sh test.sh game
Game is a mandatory identifier for running. For details, see test.sh.
After the commands are executed, the following information is displayed:


- Run the following commands to view logs in game_run_50kcontigs:
cd game_run_50kcontigs/ cat *.log

- Run the following commands to view logs in game_run_refinepeak:
cd game_run_refinepeak/ cat *.log

Parent topic: MACS2 2.1.4 Porting Guide (CentOS 7.6)