Skip to content

Commit 0631f31

Browse files
authored
tweak readme for contributions
1 parent bc141d9 commit 0631f31

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@
1313
nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz
1414
```
1515

16-
You will see the execution of a `gzip` process.
17-
1816
## Options
1917

2018
- `trimmed` and `untrimmed` input files
@@ -24,6 +22,10 @@ By default the pipeline assumes the files to follow the `*.p.fastq.gz` format. F
2422
```
2523
nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz --trimmed false
2624
```
25+
- `resultsDir`
26+
27+
**NOTE**: By default, it stores the result files locally into `results/gzip` directory.
2728

29+
## Contribution
2830

29-
**NOTE**: By default stores the result files locally into `results/gzip` directory.
31+
Contribution, in all forms, is most welcome!

0 commit comments

Comments
 (0)