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.md
+44-1Lines changed: 44 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,14 @@ If you prefer not to install VueGen on your system, a pre-configured Docker cont
104
104
105
105
### Nextflow and nf-core
106
106
107
-
VueGen is also available as a [nf-core][nfcore] module, customised for compatibility with the [Nextflow][nextflow] environment. This module is designed to automate report generation from outputs produced by other modules, subworkflows, or pipelines. You can read the offical documentation for the nf-core module [here][nf-vuegen-nf-core]. Also, the source code and additional details are available in the [nf-VueGen repository][nf-vuegen].
107
+
VueGen is also available as a [nf-core][nfcore] module, customised for compatibility with the [Nextflow][nextflow] environment. This module is designed to automate report generation from outputs produced by other modules, subworkflows, or pipelines. Asumming that you have `nextflow` and `nf-core` installed, you can use the following command to install the nf-core module:
108
+
109
+
```bash
110
+
nf-core modules install vuegen
111
+
```
112
+
113
+
> [!NOTE]
114
+
> You can read the offical documentation for the nf-core module [here][nf-vuegen-nf-core]. Also, the source code and additional details are available in the [nf-VueGen repository][nf-vuegen].
You can run the pipeline with the following command:
215
+
216
+
```bash
217
+
nextflow run main.nf --directory docs/example_data/Basic_example_vuegen_demo_notebook --report_type html
218
+
```
219
+
220
+
> [!NOTE]
221
+
> You can read the offical documentation for the nf-core module [here][nf-vuegen-nf-core]. Also, the source code and additional details are available in the [nf-VueGen repository][nf-vuegen].
222
+
180
223
## GUI
181
224
182
225
We have a simple GUI for VueGen that can be run locally or through a standalone executable.
0 commit comments