Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/source/_static/wizard_example_run.mp4
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/source/_templates/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
{%- block extrafooter %}
<p></p>
<p style="padding: 0.25rem">
<li style="background-color: #f9fad9;padding: 0.25rem"><b>New to GenPipes?</b> Launch the <a href="{{rootrellink}}/user_guide/gp_wizard.html">GenPipes Wizard</a> to get started with genomic analysis.</li>
<li style="background-color: #f9fad9;padding: 0.25rem"><b>New to GenPipes?</b> Launch the <a href="{{ pathto('user_guide/gp_wizard') }}">GenPipes Wizard</a> to get started with genomic analysis.</li>
<li style="background-color: #f9fad9;padding: 0.25rem"><i>The wizard helps you discover an appropriate deployment method, pipeline, and protocol options.</i></li>
</p>
{% endblock %}
Expand Down
14 changes: 12 additions & 2 deletions docs/source/user_guide/gp_wizard.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,19 @@ This will launch an interactive prompt where you can get help choosing a deploym
Example Run
-----------

.. note::
Below is a demonstration of the interactive GenPipes Wizard:

.. raw:: html

<video width="720" controls>
<source src="../_static/wizard_example_run.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>

.. raw:: html

<div style="margin-bottom: 20px;"></div>

Add example image once Wizard tool is finalized.

Supported Pipelines and Protocols
---------------------------------
Expand Down