You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can also download/clone this GitHub repository and run the setup.py script inside :
14
14
15
-
16
-
```r
15
+
```
17
16
cd HiCBrowser
18
17
python setup.py install -f
19
18
```
20
19
20
+
If you have Docker installed on your computer you can also use our [Docker HiCBrowser Image](https://github.com/maxplanck-ie/docker-hicbrowser). You can start a production ready HiCBrowser instance with:
21
+
22
+
```
23
+
docker run --rm -i -t -p 80:80 bgruening/docker-hicbrowser
24
+
```
25
+
26
+
For more information about the Docker image please refer to https://github.com/maxplanck-ie/docker-hicbrowser#usage
0 commit comments