This container image is available from DockerHub: hub.docker.com/r/cford38/haplotypr
docker pull cford38/haplotypr:latest
docker run --name haploytypr --rm -p 8787:8787 cford38/haplotypr
#docker exec -it haplotypr /bin/bash
docker cp myfile.txt haplotypr:./myfile.txt
docker cp haplotypr:./root/haplotypr/ ./
-
Clone this repository to your local machine
-
Open terminal and navigate to the directory of this repository.
-
Run the following command. This will generate the Docker image.
docker build -t haplotypr .
Note: You may have to increase the resource limits in Docker's settings as this container size (and the resources HaplotypR needs to run) will be quite large.
- Once the image has been created successfully, run the container using the following command.
docker run --name haploytypr --rm -p 8787:8787 haplotypr
Then, navigate to localhost:8787
from your web browser.
docker image tag haplotypr <USERNAME>/haplotypr:latest
docker push <USERNAME>/haplotypr:latest
HaplotypR, developed by Anita Lerch, Ph.D. at the University of Notre Dame, is a program for analysis of Amplicon-Seq genotyping experiments. Check out her website for more details: [https://lerch-a.github.io/HaplotypR/)