forked from openpipelines-bio/openpipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.qmd
More file actions
18 lines (12 loc) · 659 Bytes
/
Copy pathREADME.qmd
File metadata and controls
18 lines (12 loc) · 659 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
title: OpenPipeline
format: gfm
---
<!-- README.md is generated by running 'quarto render README.qmd' -->
```{r, echo = FALSE, message = FALSE, error = FALSE, warning = FALSE}
library(tidyverse)
```
Extensible single cell analysis pipelines for reproducible and large-scale single cell processing using Viash and Nextflow.
The provided pipelines are built using the [Viash framework](http://www.viash.io) on top of the
nextflow workflow system. For more information on Nextflow please visit the [Nextflow github page](https://github.com/nextflow-io/nextflow)
and the [Nextflow read the docs page](https://www.nextflow.io/docs/latest/index.html).