We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc141d9 commit 0631f31Copy full SHA for 0631f31
README.md
@@ -13,8 +13,6 @@
13
nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz
14
```
15
16
-You will see the execution of a `gzip` process.
17
-
18
## Options
19
20
- `trimmed` and `untrimmed` input files
@@ -24,6 +22,10 @@ By default the pipeline assumes the files to follow the `*.p.fastq.gz` format. F
24
22
25
23
nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz --trimmed false
26
+- `resultsDir`
+
27
+**NOTE**: By default, it stores the result files locally into `results/gzip` directory.
28
29
+## Contribution
30
-**NOTE**: By default stores the result files locally into `results/gzip` directory.
31
+Contribution, in all forms, is most welcome!
0 commit comments