Installation


1.Requirements

Docker (version 19.03 or later)

2.Installation

    MutCov can be installed through the following four steps.

2.1 Install Docker

    Instructions for Docker installation (https://docs.docker.com/get-docker/)

2.2 Download the MutCov images

    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

2.3 Enter runtime environment

     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.