Skip to content

Commit

Permalink
Minor updates to schema docs
Browse files Browse the repository at this point in the history
  • Loading branch information
neoformit committed Dec 17, 2024
1 parent 7a2d59b commit a19d6ea
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions app/labs/templates/labs/schema.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
{% block content %}

<main class="container">
<h1>Galaxy Lab Section Schema Documentation</h1>
<h1>Galaxy Lab Section Schema</h1>

<p class="lead">
This document describes the structure and validation rules for a
Expand All @@ -32,7 +32,7 @@ <h1>Galaxy Lab Section Schema Documentation</h1>
heading_md: Common tools are listed here, or search for more in the full tool panel to the left.
content:
- button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fdevteam%2Ffastqc%2Ffastqc"
title_md: &lt;code&gt;FastQC&lt;/code&gt; - sequence quality reports
title_md: `FastQC` - sequence quality reports
description_md: |
Before using your sequencing data, it&rsquo;s important to ensure that
the data quality is sufficient for your analysis.
Expand Down Expand Up @@ -392,7 +392,7 @@ <h3>Example</h3>
{% verbatim %}
<pre class="prettyprint lang-yaml">
- button_link: "{{ galaxy_base_url }}/tool_runner?tool_id=toolshed.g2.bx.psu.edu%2Frepos%2Fdevteam%2Ffastqc%2Ffastqc"
title_md: <code>FastQC</code> - sequence quality reports
title_md: `FastQC` - sequence quality reports
description_md: |
Before using your sequencing data, it&rsquo;s important to ensure that
the data quality is sufficient for your analysis.
Expand All @@ -414,8 +414,8 @@ <h3>Example</h3>
{% verbatim %}
<pre class="prettyprint lang-yaml">
- button_link: "{{ galaxy_base_url }}/workflows/trs_import?trs_server=workflowhub.eu&run_form=true&trs_id=222"
button_tip: Import to Galaxy AU
title_md: Data QC
button_tip: Import to Galaxy Australia
title_md: Data QC on Galaxy AU
view_link: https://workflowhub.eu/workflows/222
view_tip: View in WorkflowHub
description_md: |
Expand All @@ -425,7 +425,10 @@ <h3>Example</h3>

- `nanoplot`
- `fastqc`
- `multiqc`</pre>
- `multiqc`
exclude_from:
- usegalaxy.org
- usegalaxy.eu</pre>
{% endverbatim %}

<p>
Expand All @@ -438,6 +441,12 @@ <h3>Example</h3>
alt="The content item rendered in Galaxy Lab web page as an expandable accordion item"
/>

<p class="alert alert-info">
You can create a workflow import URL as shown above from either DockStore
or Workflowhub by changing the TRS ID and TRS server. The TRS ID can be
found at the end of the URL of the workflow page on DockStore or Workflowhub.
</p>

<hr />

<h2 id="inputitem">InputItem</h2>
Expand Down

0 comments on commit a19d6ea

Please sign in to comment.