This repository contains a nextflow pipeline that reproduces the entire single-cell RNA-seq data analysis from our paper.
The data analysis reports generated by this pipeline are available here: https://icbi-lab.github.io/borst2021.
Please follow the data sharing statement in the paper.
Deposit the cellranger files in the data
directory. The files must follow the following
structure:
data/cellranger/{SAMPLE}_GEX/outs/raw_feature_bc_matrix.h5
Prerequisites:
Clone the repository:
git clone https://github.com/icbi-lab/borst2021.git
Start the pipeline:
nextflow run main.nf
Nextflow will automatically download the required singularity containers and run the analysis.
- The reports will be stored in the
deploy
folder. - All (intermediate) results are stored in the
results
folder.
t.b.a