Docker (version 19.03 or later)
MutCov can be installed through the following four steps.
Instructions for Docker installation (https://docs.docker.com/get-docker/)
The script is freely available from here and input the images to your machine by below command:
(The size of mutcov image is 3.01Gb. Please reserve enough disk space and wait patiently.)
$ tar -zxvf mutcov.gz
$ docker load -i mutcov.tar
To startup the container for running, please enter below command:
$ docker run -dt --name mutcov -v {the path of your data}:/data mutcov:v5 bash
* {the path of your data} is the path storing your data, you should replace it with your own path.
To enter the environment for analysis, enter following command:
$ docker exec -it mutcov bash
To run the pipeline, see Usage page for more details.