Skip to content

Commit 374d8fc

Browse files
authored
Update README.md
1 parent b37e5db commit 374d8fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/data/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,9 @@ dwgsim -N 10000 -e 0.0010 -E 0.0010 -1 152 -2 152 -c 0 -S1 -z 1 -Q 5 \
1212
reference.fasta test
1313
gzip -c -9 test.bwa.read1.fastq > test.fastq.gz
1414
```
15+
16+
concatenated.fastq.gz was created with:
17+
```
18+
gzip -cd tests/data/test.fastq.gz | head -n 1000 | gzip -c -1 >> test2.fastq.gz
19+
gzip -cd tests/data/test.fastq.gz | head -n 1000 | gzip -c -1 >> test2.fastq.gz
20+
```

0 commit comments

Comments
 (0)