Skip to content
This repository has been archived by the owner on Jan 19, 2020. It is now read-only.

Docker and Singularity images for PredictMD

License

Notifications You must be signed in to change notification settings

bcbi/archive.2020.PredictMD-docker

Repository files navigation

PredictMD-docker: Docker and Singularity images for PredictMD

Bors enabled

This repository contains scripts for creating Docker images and Singularity images for PredictMD.

Recommended image

Name Dockerfile Image
dilumaluthge/predictmd Dockerfile.template

Instructions for use

Download and start the container by running the following line:

docker run --name predictmd -it dilumaluthge/predictmd /bin/bash

Once you are inside the container, you can start Julia by running the following line:

julia

In Julia, run the following line to load PredictMD:

import PredictMDFull

You can run the test suite by running the following four lines in Julia:

import Pkg
Pkg.test("PredictMDExtra")
Pkg.test("PredictMDFull")
Pkg.test("PredictMD")

After you have exited the container, you can return to it by running the following line:

docker start -ai predictmd

To delete your container, run the following line:

docker container rm -f predictmd

To also delete the downloaded image, run the following line:

docker image rm -f dilumaluthge/predictmd

About

Docker and Singularity images for PredictMD

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published