From dbbcdbdc68e6e511c845ba17f5eed2bb906c161d Mon Sep 17 00:00:00 2001 From: jessicaw9910 Date: Wed, 24 Jul 2024 16:58:10 -0400 Subject: [PATCH] fixed numbering --- nextflow/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextflow/README.md b/nextflow/README.md index a8959e9..f62a93c 100644 --- a/nextflow/README.md +++ b/nextflow/README.md @@ -6,10 +6,10 @@ To run the pipeline on Iris use: `nextflow run main.nf -params-file params.json It is recommended that each workflow in `main.nf` is run sequentially to allow for users to inspect intermediate QC results and select optimal parameters for downstream tasks: -0. **(a) Download data** +**0(a) Download data** - TODO -0. **(b) Validate FASTQ files** +**0(b) Validate FASTQ files** - TODO 1. **Initial QC**