Skip to content

Commit

Permalink
Merge pull request #61 from BackofenLab/dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mmiladi authored Jan 4, 2018
2 parents ffaff0f + 0221279 commit 3e3c055
Show file tree
Hide file tree
Showing 24 changed files with 16 additions and 6,268 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ADD ./tours/* $GALAXY_ROOT/config/plugins/tours/
ADD library_data.yaml $GALAXY_ROOT/library_data.yaml

# Add workflows to the Docker image
ADD ./workflows/* $GALAXY_ROOT/workflows/
ADD ./workflows/*.ga $GALAXY_ROOT/workflows/

# Download training data and populate the data library
RUN startup_lite && \
Expand Down
2 changes: 1 addition & 1 deletion tours/graphclust_step_by_step.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ steps:
intro: "Links Acquired !"
position: "top"
textinsert:
https://github.com/eteriSokhoyan/test-data/raw/master/cliques-low-representatives.fa
https://github.com/BackofenLab/docker-galaxy-graphclust/raw/master/sample_data/cliques-low-representatives.fa

- title: "<b>Data Acquisition</b>"
element: "button#btn-start"
Expand Down
2 changes: 1 addition & 1 deletion tours/graphclust_tutorial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ steps:
This file contains annotated RNAs with human origin from RFAM database, from a mixture of RNA families."
position: "top"
textinsert:
https://github.com/eteriSokhoyan/test-data/raw/master/cliques-low-representatives.fa
https://github.com/BackofenLab/docker-galaxy-graphclust/raw/master/sample_data/cliques-low-representatives.fa

- title: "<b>Data Acquisition</b>"
element: "button#btn-start"
Expand Down
2 changes: 1 addition & 1 deletion tours/graphclust_very_short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ steps:
intro: "Links Acquired !"
position: "top"
textinsert:
https://github.com/eteriSokhoyan/test-data/raw/master/cliques-low-representatives.fa
https://github.com/BackofenLab/docker-galaxy-graphclust/raw/master/sample_data/cliques-low-representatives.fa

- title: "<b>Data Acquisition</b>"
element: "button#btn-start"
Expand Down
2 changes: 1 addition & 1 deletion welcome.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h2>Hello, your <strong>Galaxy Docker GraphClust</strong> container is running!<
<h3>How to start:</h3>
A quick and easy way to get familiar with Galaxy and Galaxy-GraphClust would be to visit the interactive tours provided under Help → Interactive Tours. Or simply click on the Guided Tour button below to start a tour.
<br>
<a target="_parent" href="/tours/graphclust.tutorial" class="btn btn-primary btn-lg">Guided Tour Tutorial»</a>
<a target="_parent" href="/tours/graphclust_tutorial" class="btn btn-primary btn-lg">Guided Tour Tutorial»</a>
<!-- <a target="_blank" href="https://wiki.galaxyproject.org/Admin/Config" class="btn btn-primary btn-lg">Configuring Galaxy »</a>
<a target="_blank" href="https://wiki.galaxyproject.org/Admin/Tools/AddToolFromToolShedTutorial" class="btn btn-primary btn-lg">Installing Tools »</a>
-->
Expand Down
Loading

0 comments on commit 3e3c055

Please sign in to comment.