mirror of
https://github.com/pcvolkmer/fastq-tools.git
synced 2025-09-13 05:02:53 +00:00
244 B
244 B
FASTQ scrambler
Application to scramble FASTQ files to provide non-sensitive data for development purposes
Usage
To scramble compressed FASTQ files use:
cat file_fastq.gz | gz -d | fastq-scrambler | gz > scrambled_fastq.gz