Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
add note on speed of decompression while piping
  • Loading branch information
wdecoster authored Apr 26, 2024
1 parent 9962fcb commit 184e8d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ chopper -q 10 -l 500 -i reads.fastq > filtered_reads.fastq
chopper -q 10 -l 500 -i reads.fastq.gz | gzip > filtered_reads.fastq.gz
```

Note that the tool may be substantially slower in the third example above, and piping while decompressing is recommended (as in the first example).

## CITATION

If you use this tool, please consider citing our [publication](https://academic.oup.com/bioinformatics/article/39/5/btad311/7160911).

0 comments on commit 184e8d5

Please sign in to comment.