Skip to content

Commit

Permalink
documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Fenn committed Nov 3, 2022
1 parent dfe103f commit d24d815
Show file tree
Hide file tree
Showing 107 changed files with 332 additions and 336 deletions.
Binary file modified docs/build/doctrees/contents.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/further-information/about.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/further-information/example-files.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/further-information/faq.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/further-information/uninstall-dicast.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/config.doctree
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/config/as_parameters.doctree
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run/dicast-cli.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run/gui.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run/one_tool.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/run/outputs.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup/docker.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup/git.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup/input.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/get-started/setup/snakemake.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/bbmap.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/contextmap.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/crac.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/dart.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/gsnap.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/hisat.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/mapsplice.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/minimap.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/segemehl.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/star.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/mapping/subjunc.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/asgal.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/aspli.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/eventpointer.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/irfinder.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/kissplice.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/majiq.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/sgseq.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/spladder.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/splicing/whippet.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/tools/tools.doctree
Binary file not shown.
Binary file modified docs/build/html/_images/upset_plot.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/build/html/_sources/contents.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To provide a fair baseline while maintaining easy usability, per default we run
The tools included here are the most widely used and well maintained among AS event detection tools. If you would like to include your tool in the pipeline please let us know.
We hope this collection can be a starting point for future benchmarking approaches and quality control.

.. figure:: /img/Screenshot_dicast.png
.. figure:: /img/pipeline.png


What is DICAST?
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_sources/get-started/run.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Run your analysis
.. toctree::
:maxdepth: 2

run/gui
run/dicast-cli
run/one_tool
run/gui
run/outputs


Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_sources/get-started/run/dicast-cli.rst.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Run DICAST via Command Line Interface (depreciated)
===================================================
Run DICAST via Command Line Interface
======================================

In this section we will explain how to use DICAST to run a whole pipeline on the terminal alone.

Expand Down
4 changes: 2 additions & 2 deletions docs/build/html/_sources/get-started/run/gui.rst.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Run DICAST with a graphical user interface
================================================
Run DICAST with a graphical user interface (depreciated)
========================================================

.. toctree::
:maxdepth: 1
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_sources/get-started/run/one_tool.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ If you have already built the image with <tool>:<tag> (see the :doc:`docker setu
# If you are using our directory structure for your input and are in the dockers directory:
# Add the --rm flag to remove container, after run.

docker run -v ./:/MOUNT --user $(id -u):$(id -g) --rm gsnap:0.1
docker run -v $(pwd):/MOUNT --user $(id -u):$(id -g) --rm gsnap:0.1


Troubleshooting
Expand Down
22 changes: 10 additions & 12 deletions docs/build/html/_sources/get-started/setup/docker.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,18 @@ We support Docker version 19 and above.

docker-compose --version

2. Pull docker images (Not needed with snakemake)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Should the tool you intended to run, not build locally, it's also possible to pull them from DICAST's dockerhub repository at: https://hub.docker.com/repository/docker/dicastproj/dicast


2. Build docker images (Optional)
.. prompt:: bash $

docker pull dicastproj/dicast:tagname


3. Build docker images (For Developers)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
While the steps described in this section are handled by DICAST's graphical interface, it can also be accessed via command line, for more control.

Expand Down Expand Up @@ -101,17 +110,6 @@ Where <tool> needs to be replaced with one or more of the following tools:

bbmap, contextmap, crac, dart, gsnap, hisat, mapsplice, minimap, segemehl, star, subjunc, asgal, aspli, eventpointer, irfinder, majiq, sgseq, spladder, whippet


3. Pull docker images (Fail safe)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Should the tool you intended to run, not build locally, it's also possible to pull them from DICAST's dockerhub repository at: https://hub.docker.com/repository/docker/dicastproj/dicast


.. prompt:: bash $

docker pull dicastproj/dicast:tagname

4. Other helpful commands
^^^^^^^^^^^^^^^^^^^^^^^^^
To gracefully stop a running docker container (If perhaps snakemake's process had to be killed):
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_static/css/badge_only.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions docs/build/html/_static/css/theme.css

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions docs/build/html/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="get-started/run.html">Run your analysis</a><ul>
<li class="toctree-l2"><a class="reference internal" href="get-started/run/gui.html">Run DICAST with a graphical user interface</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="get-started/run/dicast-cli.html">Run DICAST via Command Line Interface</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="get-started/run/dicast-cli.html">Run DICAST via Command Line Interface (depreciated)</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="get-started/run/gui.html">Run DICAST with a graphical user interface (depreciated)</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="get-started/run/outputs.html">DICAST Outputs</a></li>
Expand Down Expand Up @@ -134,8 +134,8 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="#" class="icon icon-home"></a> &raquo;</li>
<li>Welcome to DICAST!</li>
<li><a href="#" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">Welcome to DICAST!</li>
<li class="wy-breadcrumbs-aside">
<a href="_sources/contents.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand All @@ -153,7 +153,7 @@ <h1>Welcome to DICAST!<a class="headerlink" href="#welcome-to-dicast" title="Per
<p>The tools included here are the most widely used and well maintained among AS event detection tools. If you would like to include your tool in the pipeline please let us know.
We hope this collection can be a starting point for future benchmarking approaches and quality control.</p>
<figure class="align-default">
<img alt="_images/Screenshot_dicast.png" src="_images/Screenshot_dicast.png" />
<img alt="_images/pipeline.png" src="_images/pipeline.png" />
</figure>
</section>
<section id="what-is-dicast">
Expand Down
10 changes: 5 additions & 5 deletions docs/build/html/further-information/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,13 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../get-started/run.html">Run your analysis</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/gui.html">Run DICAST with a graphical user interface</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/dicast-cli.html">Run DICAST via Command Line Interface</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/dicast-cli.html">Run DICAST via Command Line Interface (depreciated)</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/gui.html">Run DICAST with a graphical user interface (depreciated)</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/outputs.html">DICAST Outputs</a></li>
Expand Down Expand Up @@ -134,8 +134,8 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../contents.html" class="icon icon-home"></a> &raquo;</li>
<li>About</li>
<li><a href="../contents.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">About</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/further-information/about.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand Down
10 changes: 5 additions & 5 deletions docs/build/html/further-information/example-files.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../get-started/run.html">Run your analysis</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/gui.html">Run DICAST with a graphical user interface</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/dicast-cli.html">Run DICAST via Command Line Interface</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/dicast-cli.html">Run DICAST via Command Line Interface (depreciated)</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/gui.html">Run DICAST with a graphical user interface (depreciated)</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/outputs.html">DICAST Outputs</a></li>
Expand Down Expand Up @@ -135,8 +135,8 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../contents.html" class="icon icon-home"></a> &raquo;</li>
<li>Examples</li>
<li><a href="../contents.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">Examples</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/further-information/example-files.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand Down
10 changes: 5 additions & 5 deletions docs/build/html/further-information/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../get-started/run.html">Run your analysis</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/gui.html">Run DICAST with a graphical user interface</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/dicast-cli.html">Run DICAST via Command Line Interface</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/dicast-cli.html">Run DICAST via Command Line Interface (depreciated)</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/gui.html">Run DICAST with a graphical user interface (depreciated)</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/outputs.html">DICAST Outputs</a></li>
Expand Down Expand Up @@ -135,8 +135,8 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../contents.html" class="icon icon-home"></a> &raquo;</li>
<li>FAQ</li>
<li><a href="../contents.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">FAQ</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/further-information/faq.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand Down
10 changes: 5 additions & 5 deletions docs/build/html/further-information/uninstall-dicast.html
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="../get-started/run.html">Run your analysis</a><ul>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/gui.html">Run DICAST with a graphical user interface</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/dicast-cli.html">Run DICAST via Command Line Interface</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/dicast-cli.html">Run DICAST via Command Line Interface (depreciated)</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/one_tool.html">Run one specific tool via Docker</a><ul class="simple">
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/gui.html">Run DICAST with a graphical user interface (depreciated)</a><ul class="simple">
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="../get-started/run/outputs.html">DICAST Outputs</a></li>
Expand Down Expand Up @@ -135,8 +135,8 @@
<div class="rst-content">
<div role="navigation" aria-label="Page navigation">
<ul class="wy-breadcrumbs">
<li><a href="../contents.html" class="icon icon-home"></a> &raquo;</li>
<li>Uninstalling DICAST</li>
<li><a href="../contents.html" class="icon icon-home"></a></li>
<li class="breadcrumb-item active">Uninstalling DICAST</li>
<li class="wy-breadcrumbs-aside">
<a href="../_sources/further-information/uninstall-dicast.rst.txt" rel="nofollow"> View page source</a>
</li>
Expand Down

0 comments on commit d24d815

Please sign in to comment.