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: README.rst
+17-3
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,14 @@ in no time. The latter is achieved via the dask_ framework for distributed compu
17
17
News
18
18
----
19
19
20
+
2020-05-17
21
+
^^^^^^^^^^
22
+
23
+
**0.10.1 release**
24
+
25
+
* CLI: file compression (optionally) enabled for intermediate files for the major steps: grn (adjacencies matrix), ctx (regulons), and aucell (auc matrix). Compression is used when the file name argument has a .gz ending.
26
+
27
+
20
28
2020-02-27
21
29
^^^^^^^^^^
22
30
@@ -47,10 +55,15 @@ All the functionality of the original R implementation is available and in addit
47
55
3. Regulons, i.e. the regulatory network that connects a TF with its target genes, with targets that are repressed are now also derived and used for cell enrichment analysis.
48
56
49
57
50
-
Website
51
-
-------
58
+
Additional resources
59
+
--------------------
60
+
61
+
For more information, please visit LCB_, or SCENIC_ (R version).
62
+
The CLI to pySCENIC has also been streamlined into a pipeline that can be run with a single command, using the Nextflow workflow manager.
63
+
There are two Nextflow implementations available:
52
64
53
-
For more information, please visit LCB_, SCENIC_ (R version), or SCENICprotocol_ (for a Nextflow implementation).
65
+
* `SCENICprotocol`_: A Nextflow DSL1 implementation of pySCENIC alongside a basic "best practices" expression analysis. Includes details on pySCENIC installation, usage, and downstream analysis, along with detailed tutorials.
66
+
* `VSNPipelines`_: A Nextflow DSL2 implementation of pySCENIC with a comprehensive and customizable pipeline for expression analysis. Includes additional pySCENIC features (multi-runs, integrated motif- and track-based regulon pruning, loom file generation).
0 commit comments