Hashing demultiplexing pipeline - Docs
This is a pipeline created with Nextflow for Hashing demultiplexing and other similar tools.
Installation
- Install Nextflow:
- if you already have conda:
<conda install -c bioconda nextflow>
- you can also install it using:
<curl -s https://get.nextflow.io | bash >
- if you already have conda:
-
Go to the project’s repository: Hashing Demultiplexing - repository and clone the project.
- . Go to the folder where the project is stored and run
<nextflow run main.nf>