Skip to content

Commit

Permalink
add the instructions for trimmed option
Browse files Browse the repository at this point in the history
  • Loading branch information
abhi18av authored Jul 13, 2020
1 parent d2eb38d commit 93b6a2d
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,15 @@ nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz

You will see the execution of a `gzip` process.

## Options

**NOTE**: In this script, it stores the result files locally into `results/gzip` directory.
- `trimmed` and `untrimmed` input files

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.

```
nextflow run https://github.com/nextflow-hub/trimmed_gunzip_fqgz --trimmed false
```


**NOTE**: By default stores the result files locally into `results/gzip` directory.

0 comments on commit 93b6a2d

Please sign in to comment.