Skip to content

Commit

Permalink
Add Scratchbook tour
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Jan 14, 2016
1 parent 9444362 commit b38bc29
Showing 1 changed file with 77 additions and 0 deletions.
77 changes: 77 additions & 0 deletions config/plugins/tours/core.scratchbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
name: Scratchbook - Introduction
title_default: "Scratchbook Introduction"
description: "An introduction on how to display multiple datasets and visualizations next to each other."
steps:
- content: "This short tour will walk you through <b>Galaxy's Scratchbook</b> feature"

- element: "#tool-panel-upload-button"
intro: "Before using the Scratchbook, we will upload some tabular data."
position: "right"
postclick:
- "#tool-panel-upload-button"

- element: "#btn-new"
intro: "We will be using the paste feature to create a new dataset."
position: "top"
postclick:
- "#btn-new"

- element: ".text-content:first"
intro: "...and paste content into the text area field."
position: "top"
textinsert: |
1 0.039 0.000
2 0.455 0.000
3 0.472 0.000
4 0.030 0.000
5 0.000 0.000
6 0.000 0.000
7 0.000 0.000
8 0.000 0.000
- element: ".upload-settings:first"
intro: "Now, we may further configure the upload content."
position: "right"
postclick:
- ".upload-settings:first"

- element: ".upload-space_to_tab:first"
intro: "...by specifying that all spaces in our table should be converted into tabs."
position: "left"
postclick:
- ".upload-space_to_tab:first"

- element: "#btn-start"
intro: "Upload the data into your Galaxy history."
position: "top"
postclick:
- "#btn-start"

- element: "#btn-close"
intro: "Hit the close button to close the upload dialog."
position: "top"
postclick:
- "#btn-close"

- element: "#enable-scratchbook > .dropdown > .dropdown-toggle"
intro: "Clicking this button will enable Galaxy's Scratchbook mode."
position: "right"
postclick:
- "#enable-scratchbook > .dropdown > .dropdown-toggle"

- element: "#right"
intro: "This is your history. It contains all datasets you are currently working with including our uploaded table."
position: "left"

- element: ".fa-eye:first"
intro: "Clicking the eye-icon usually displays a dataset in the center panel."
position: "left"
postclick:
- ".fa-eye:first"

- element: "#frame-0"
intro: "However while in Scratchbook mode, the dataset will be shown as resizable window."
position: "right"

- title: "Done."
intro: "You have created a Scratchbook view. Click on the background and select more datasets."

0 comments on commit b38bc29

Please sign in to comment.