Skip to content

Commit

Permalink
Draw Venn diagram of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewfallan committed Aug 29, 2024
1 parent 330ad0f commit 77a8537
Show file tree
Hide file tree
Showing 6 changed files with 274 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- main
paths:
- src/userdocs/**
- .github/workflows/build-deploy-docs.yml

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ on:
paths:
- src/seismicrna/**
- pyproject.toml
- conda/meta.yaml
- environment.yml
- .github/workflows/install-test.yml

Expand Down
6 changes: 5 additions & 1 deletion src/userdocs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
SEISMIC-RNA
########################################################################

Structure Ensemble Inference by Sequencing, Mutation Identification, and
Clustering of RNA


.. toctree::
:maxdepth: 1

about/index
install
install/index
tutorials/index
manual/index
cli
Expand Down
Binary file added src/userdocs/install/dependencies.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
264 changes: 264 additions & 0 deletions src/userdocs/install/dependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion src/userdocs/install.rst → src/userdocs/install/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ After updating, it is a good idea to run the tests (see :ref:`test_seismicrna`).
Appendix 1: Install the dependencies of SEISMIC-RNA
================================================================================

SEISMIC-RNA has four dependencies software that are not available from pip.
Although most dependencies of SEISMIC-RNA are available from pip, four are not:

.. image:: dependencies.png

The easiest way to install them is with Conda, using the following commands:

============= =========================================================
Expand Down

0 comments on commit 77a8537

Please sign in to comment.