You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
## Usage
11
11
12
12
```
13
-
nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz
13
+
nextflow run https://github.com/nextflow-hub/gunzip
14
14
```
15
15
16
16
## Options
@@ -20,7 +20,7 @@ nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz
20
20
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.
21
21
22
22
```
23
-
nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz --trimmed false
23
+
nextflow run https://github.com/nextflow-hub/gunzip --trimmed false
0 commit comments