Skip to content

Commit ca64d3d

Browse files
committed
2 parents 5cc10b5 + 2f0d7d5 commit ca64d3d

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,30 @@
11
# HiCBrowser : A simple web browser to visualize Hi-C and other genomic tracks
2-
Fidel Ramirez,José Villaveces,Vivek Bhardwaj
32

3+
Fidel Ramirez, José Villaveces, Vivek Bhardwaj
44

55
## Installation
66

77
You can install HiCBrowser using pip :
88

9-
```r
9+
```
1010
pip install git+git//github.com/maxplanck-ie/HiCBrowse@master
1111
```
1212

1313
You can also download/clone this GitHub repository and run the setup.py script inside :
1414

15-
16-
```r
15+
```
1716
cd HiCBrowser
1817
python setup.py install -f
1918
```
2019

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
27+
2128

2229
## Usage
2330

0 commit comments

Comments
 (0)