We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37e5db commit 374d8fcCopy full SHA for 374d8fc
tests/data/README.md
@@ -12,3 +12,9 @@ dwgsim -N 10000 -e 0.0010 -E 0.0010 -1 152 -2 152 -c 0 -S1 -z 1 -Q 5 \
12
reference.fasta test
13
gzip -c -9 test.bwa.read1.fastq > test.fastq.gz
14
```
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
20
0 commit comments