Skip to content

Commit f77661c

Browse files
authored
Update README.md
1 parent 0631f31 commit f77661c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
## Usage
1111

1212
```
13-
nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz
13+
nextflow run https://github.com/nextflow-hub/gunzip
1414
```
1515

1616
## Options
@@ -20,7 +20,7 @@ nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz
2020
By default the pipeline assumes the files to follow the `*.p.fastq.gz` format. For untrimmed files i.e. `*.fastq.gz` pattern simply add the `trimmed` option as false.
2121

2222
```
23-
nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz --trimmed false
23+
nextflow run https://github.com/nextflow-hub/gunzip --trimmed false
2424
```
2525
- `resultsDir`
2626

0 commit comments

Comments
 (0)