]> git.donarmstrong.com Git - fastq-tools.git/blobdiff - tests/parse_fastq
Much simpler faster code for parsing fastq files.
[fastq-tools.git] / tests / parse_fastq
diff --git a/tests/parse_fastq b/tests/parse_fastq
new file mode 100755 (executable)
index 0000000..0be008a
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+./random_fastq | head -n 40000 | ./cat_fastq > /dev/null
+
+