1
0
mirror of https://github.com/pcvolkmer/fastq-tools.git synced 2025-09-13 05:02:53 +00:00

Initial commit

This commit is contained in:
2025-03-02 14:04:17 +01:00
commit 98c75d9834
5 changed files with 982 additions and 0 deletions

11
README.md Normal file
View File

@@ -0,0 +1,11 @@
# FASTQ scrambler
Application to scramble FASTQ files to provide non-sensitive data for development purposes
## Usage
To scramble compressed FASTQ files use:
```shell
cat file_fastq.gz | gz -d | fastq-scrambler | gz > scrambled_fastq.gz
```