Docker image for an RNA-Seq pipeline with a tutorial for reprocessing data from a Zika study
10K+
Zichen Wang and Avi Ma'ayan
BD2K-LINCS Data Coordination and Integration Center (DCIC) Icahn School of Medicine at Mount Sinai, New York, NY 10029 USA
To download and run this Docker image, you first need to set up Docker on your machine. The easiest way to start with Docker is to install the Docker Toolbox by simply downloading and clicking the installer which is available for both Mac OSX and Windows. For Linux users, follow the instructions here.
The image can be downloaded and executed through the CLI of Docker's Docker Quickstart Terminal in the Docker Toolbox with the following commands:
$ docker pull maayanlab/zika
/notebook/genomes) and the data directory (/notebook/data). This can be done by specifying the -v tag when running Docker:
-v /host/path/to/genomes:/notebook/genomes -v /host/path/to/data:/notebook/data
$ docker run -d -p 80:8888 -e "PASSWORD=YourPassword" -e "USE_HTTP=1" -v /host/path/to/genomes:/notebook/genomes -v /host/path/to/data:/notebook/data maayanlab/zika
$ docker-machine ip
More detailed instructions on how to open the Docker Quickstart Terminal are available for Mac OSX and Windows.
Note: Kitematic currently does not support mounting host directories as data volumes of the Docker container. Therefore it is suggested to use CLI to run the Docker image if you need to analyze new data with this pipeline.
You can download and deploy this Docker image with your cloud provider such as Amazon Web Services, HP Enterprise, IBM, Microsoft Azure Cloud or others.
Content type
Image
Digest
Size
1.6 GB
Last updated
about 10 years ago
docker pull maayanlab/zika