Skip to content

Commit 26220ef

Browse files
authored
Update README.md
1 parent 29646a3 commit 26220ef

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,12 @@ of reads. Estimation of relative abundances of taxonomic groups (genus, species)
1515
## Usage
1616

1717
```
18-
nextflow run BCCDC-PHL/routine-sequence-qc --run_dir <your illumina run directory> --outdir <output directory>
18+
nextflow run BCCDC-PHL/routine-sequence-qc \
19+
[--instrument_type nextseq] \
20+
[--kraken2_db /path/to/kraken2_db] \
21+
[--bracken_db /path/to/bracken_db] \
22+
--run_dir <your illumina run directory> \
23+
--outdir <output directory>
1924
```
2025

2126
## Outputs

0 commit comments

Comments
 (0)