Elution Profile-Based Inference of Protein Complexes: This is the Docker repository for the EPIC.
813
EPIC Docker Manual can be found here:
https://github.com/BaderLab/EPIC/blob/master/EPIC-Manual.pdf
Installation:
Running EPIC in Docker (MacOSX, Linux):
Create folder that contains all elution profiles
Open terminal and cd into that folder
Enter the following command:
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" docker run --add-host="localhost:$(ifconfig en0 | grep inet | grep -v inet6 | awk '{print $2}')" -it --rm -p 8888:8888 -v "$DIR:/home/jovyan/work/input" baderlab/bio-epic start-notebook.sh --NotebookApp.iopub_data_rate_limit='100000000' --NotebookApp.token=''
Then the docker should be running the Jupyter notebook and can be accessed through the web address shown in the terminal.
Github for EPIC:
If you have problems, you could contact Lucas (lucasming.huATmail.utoronto.ca) or Florian (florian.goebelsATgooglemail.com).
Content type
Image
Digest
sha256:09dc80096…
Size
2.7 GB
Last updated
about 4 years ago
docker pull baderlab/bio-epic