Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 395 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 395 Bytes

Schillerlab SC-Containers

A collection of containers for single-cell analyses conducted at the Schillerlab.

Building

docker build -t schillerlab/sc-container:latest

Usage

  1. Start the container docker run -it -p 8888:8888 schillerlab/sc-container:latest /bin/bash
  2. Run bash start.sh

To run the container with root rights add -e GRANT_SUDO=yes --user root to the run commands.