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 160f50e commit 6bb7566Copy full SHA for 6bb7566
util/make_fastq_pairlist.sh
@@ -0,0 +1,6 @@
1
+
2
+# Run this script from the directory where your FASTQ are located
3
4
+paste <( find . -name "*1.fq*" | sort ) <( find . -name "*2.fq*" | sort ) | sed 's|[.]/||g'
5
6
prepare_reference.sh renamed to util/prepare_reference.sh
0 commit comments