You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ This module offers methods for calculating and analyzing biodiversity metrics fr
52
52
:show-inheritance:
53
53
54
54
Galaxy integration
55
-
==================
55
+
===================
56
56
This module enables integration with the Galaxy platform for workflow automation and reproducibility. We keep it minimalistic, because we expect to use direct install of Galaxy once demos are deployed in the final VRE.
57
57
58
58
.. automodule:: momics.galaxy
@@ -62,7 +62,7 @@ This module enables integration with the Galaxy platform for workflow automation
62
62
Panel dashboard module
63
63
========================
64
64
This module provides some of the utilities for building interactive dashboards using the Panel library. These are Specific
65
-
for FAIR-EASE use case and more methods and widgets can be found directly in the demo workflow notebooks [here](https://github.com/emo-bon/momics-demos).
65
+
for FAIR-EASE use case and more methods and widgets can be found directly in the demo workflow notebooks `here<https://github.com/emo-bon/momics-demos>`_.
66
66
67
67
.. automodule:: momics.panel_utils
68
68
:members:
@@ -85,7 +85,7 @@ This module provides tools for handling and analyzing taxonomic information in o
85
85
:show-inheritance:
86
86
87
87
Utilities of all sorts
88
-
==================
88
+
=========================
89
89
This module contains miscellaneous utility functions used throughout the momics package.
Copy file name to clipboardExpand all lines: docs/index.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,12 +4,12 @@ Marine omics methods
4
4
5
5
These package currently supports FAIR-EASE `pilot demos <https://github.com/emo-bon/momics-demos>`_, but eventually it can serve for general purpose manipulation of metagenomic data, locally and in VREs.
6
6
7
-
The idea is to provide testable methods to allow as much flexibility and remixing of the functionalities provided
7
+
The idea is to provide testable methods to allow as much flexibility and remixing of the functionalities provided.
8
8
9
-
European Marine Omics Biodiversity Observation Network
Specifically, we aim primarily to manipulate EMO-BON marine genomics sampling data and metadata from ENA project `PRJEB51688 <https://www.ebi.ac.uk/ena/browser/view/PRJEB51688>`_. The interactive dashboards and jupyter notebooks built on top of this repository can be found `here <https://github.com/emo-bon/momics-demos/tree/main>`_.
12
+
Specifically, we aim primarily to manipulate European Marine Omics Biodiversity Observation Network (EMO-BON) sampling data and metadata from ENA project `PRJEB51688 <https://www.ebi.ac.uk/ena/browser/view/PRJEB51688>`_. The interactive dashboards and jupyter notebooks built on top of this repository can be found `here <https://github.com/emo-bon/momics-demos/tree/main>`_.
13
13
14
14
The methods are mixture of statistical methods, plotting functionalities, metadata and data handling utilities and generators of `holoviz panel` widgets and panes. Experimental integration to `Galaxy` uses a wrapper around `bioblend <https://bioblend.readthedocs.io/en/latest/>`_.
0 commit comments