Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sfchen authored Oct 29, 2017
1 parent 1639dd0 commit 691e5ea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ If you only want to get quality control statistics, run:
python after.py --qc_only
```

# Gzip output
* If the input FastQ files are gzipped, then the output will be also gzipped.  
* If the input FastQ files are not gzipped, you can enable `--gzip` or `-z` option to force gzip compression.
* Use `--compression` to change the compression level (0~9), default is 2. The better the compression, the lower the speed.

# Full options:
***Common options***
```shell
Expand Down

0 comments on commit 691e5ea

Please sign in to comment.