-
Notifications
You must be signed in to change notification settings - Fork 5
TL;DR!
Inês Mendes edited this page Jun 29, 2019
·
3 revisions
You want to get straight to the point? We got you!
-
Install Nextflow and Container Engine (like Docker or Singulatiry)
-
Clone the DEN-IM repository
git clone https://github.com/B-UMMI/DEN-IM.git
-
Execute the DEN-IM workflow
nextflow run DEN-IM.nf --fastq /path/to/input/files/*_{1,2}.*
OR
- Run the DEN-IM workflow directly with nextflow
nextflow run B-UMMI/DEN-IM --fastq /path/to/input/files/*_{1,2}.*