Skip to content

Commit 6bb7566

Browse files
committed
added preparation scripts
1 parent 160f50e commit 6bb7566

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

util/make_fastq_pairlist.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
File renamed without changes.

0 commit comments

Comments
 (0)