Hi, Could you please add docker container instructions to the wiki so people know how to run the container, and which one to pull as there are a few different ones provided? eg: ##Running the Docker Container In order to run this Docker container, first pull the image using: ```docker pull docker.synapse.org/syn17960362/dmis:latest``` Then, from a local directory containing an "input" and "output" directory, where "input" contains the file "input.csv" (the round_2_template.csv from IDG-DREAM or similarly formatted file), run the following command: ```docker run -it --rm -v ${PWD}/input:/input -v ${PWD}/output:/output docker.synapse.org/syn17960362/dmis:latest``` Thanks!

Created by Robert Allaway allawayr

Docker container instructions? page is loading…