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
[](https://quay.io/repository/bgruening/galaxy-ngs-preprocessing)
3
+
[](https://quay.io/repository/bgruening/galaxy-graphclust)
4
4
5
5
Galaxy GraphClust Flavor
6
6
========================
7
7
8
8
:whale: Galaxy Docker repository for GraphClust
9
9
10
-
# Requirements
10
+
# Requirements:
11
11
12
-
-[Docker](https://docs.docker.com/installation/) for Linux / Windows / OSX
13
-
-[Kitematic](https://kitematic.com/) for Windows / OS-X (Optional)
12
+
-[Docker](https://docs.docker.com/installation/)
13
+
A Docker client with the necessary user permissions is required for running the Galaxy GraphClust. Docker supports the three major desktop operating systems Linux, Windows and Mac OSX. Please refer to Docker [installation guideline](https://docs.docker.com/installation/) for details.
14
14
15
-
# Usage
15
+
- For Windows and Mac systems it is additinally possible to use [Kitematic](https://kitematic.com/) and launch Galaxy GraphClust Flavor from the OS graphical user interface.
16
16
17
-
To launch:
17
+
- Alternative to launch the docker, having access to a Galaxy instance server preconfigured with the set of tools included in 'graphclust.yml' would be enough to run GraphClust Galaxy pipeline. (TODO: clarify this option) (TODO: mention Freiburg galaxy server?)
18
+
19
+
# Setup:
20
+
21
+
## To run the Galaxy server:
18
22
19
23
```
20
-
docker run -i -t -p 8080:80 bgruening/galaxy-graphclust
24
+
docker run -i -t -p 8080:80 backofenlab/docker-galaxy-graphclust
21
25
```
22
26
23
27
For more details about this command line or specific usage, please consult the
24
28
[`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.
25
29
30
+
# Usage:
31
+
32
+
## To launch the Galaxy GraphClust pipeline:
33
+
* Inside your browser goto [http://localhost:8080/](http://localhost:8080/)
0 commit comments