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/source/examples.rst
+31-34Lines changed: 31 additions & 34 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,23 +8,30 @@ Analysis example
8
8
The following is an example of how to use ``ngs_toolkit`` in a ATAC-seq project.
9
9
While straightforward, it still allows considerable customization due to the modularity of the toolkit and the parametrization of most functions (this example uses default values everywhere nonetheless).
10
10
11
+
.. note::
12
+
``ngs_toolkit`` from version 0.25.0 on uses the `PEP 2.0 specification <http://pep.databio.org/en/2.0.0/specification/>`_. If you have a PEP made in an earlier version, you must update it in order to use ``ngs_toolkit``>=0.25.0.
11
13
12
-
We have the following `PEP project <https://peppy.readthedocs.io>`_ config YAML file:
14
+
15
+
We have the following `PEP project <http://pep.databio.org/>`_ config YAML file:
0 commit comments