1
0
mirror of https://github.com/pcvolkmer/fastq-tools.git synced 2025-09-13 21:22:53 +00:00
Files
fastq-tools/README.md

15 lines
343 B
Markdown

# FASTQ tools
Application to show information about and scramble FASTQ files to provide non-sensitive data for development purposes
## Usage
This application provides the following subcommands
### Scramble
To scramble compressed FASTQ files use:
```shell
cat file_fastq.gz | gzip -d | fastq-tools scramble | gzip > scrambled_fastq.gz
```