Skip to content

Commit d911a31

Browse files
committed
2 parents 82e219c + 697eacc commit d911a31

7 files changed

Lines changed: 21 additions & 2 deletions

File tree

README.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Galaxy GraphClust Flavor
1818

1919
# Setup:
2020

21-
## To run the Galaxy server:
21+
## From the command line (Linux/Windows/MacOS):
2222

2323
```
2424
docker run -i -t -p 8080:80 backofenlab/docker-galaxy-graphclust
@@ -27,12 +27,31 @@ docker run -i -t -p 8080:80 backofenlab/docker-galaxy-graphclust
2727
For more details about this command line or specific usage, please consult the
2828
[`README`](https://github.com/bgruening/docker-galaxy-stable/blob/master/README.md) of the main Galaxy Docker image, on which the current image is based.
2929

30+
## Using Kitematic graphic interface (Windows/MacOS):
31+
See [here below](#setup-using-kitematic-graphic-interfacewindowsmacos-setup-kitematic).
32+
3033
# Usage:
3134

3235
## To launch the Galaxy GraphClust pipeline:
36+
37+
### From command line:
3338
* Inside your browser goto [http://localhost:8080/](http://localhost:8080/)
3439

35-
TODO
40+
## Setup using Kitematic graphic interface(Windows/MacOS): [setup-kitematic] ##
41+
42+
1. Run kitematic, search for `graphclust` and click on `create` button
43+
![](./kitematic/kitematic-1.png)
44+
2. Wait for image to be downloaded
45+
![](./kitematic/kitematic-2.png)
46+
3. Galaxy instance starts loading, wait for message `Binding and starting galaxy control worker for main`
47+
![](./kitematic/kitematic-32.png)
48+
4. Inside Kitematic, go to teh `settings` tab then `ports`. Configure Docker port `80` to bind on host port `8080`. Save the setting and click on binded IP for port `8080`.
49+
![](./kitematic/kitematic-4.png)
50+
5. Start browsing Galaxy html interface on `IP:8080`
51+
![](./kitematic/kitematic-5.png)
52+
53+
54+
3655

3756
# Contributers
3857

kitematic/kitematic-1.png

91.4 KB
Loading

kitematic/kitematic-2.png

156 KB
Loading

kitematic/kitematic-3.png

266 KB
Loading

kitematic/kitematic-32.png

755 KB
Loading

kitematic/kitematic-4.png

173 KB
Loading

kitematic/kitematic-5.png

323 KB
Loading

0 commit comments

Comments
 (0)