Pipeline to preprocess raw data from iRODS, developed using Nextflow (DSL=2)
All setup required to utilise the pipeline.
-
Clone the repository into local files
git clone [email protected]:haniffalab/sc-analysis-nf.git cd [path/of/project/repo]
-
Create conda environment with Nextflow
conda create -n nextflow_env -f environment.yml conda acitvate nextlfow_env
Execute the pipeline
nextflow run main.nf -c nextflow.config