This is a test version of Biostars. For the public version, visit https://www.biostars.org.
GBS paired reads splits it into several smaller files based on barcode matching

I wanted to split demultiplexed paired-end Fastq files into individual data based on barcode matching. I know that single-end reads could be divided using FASTX-Toolkit, but not paired-end reads. Please tell me how to split demultiplexed paired-end Fastq files. Only R1 reads contain the barcode.

next-gen sequencing

3 answers

Actually, I am dealing with the same problem, can't find a proper solution. I found this package but didn't try it yet: https://sourceforge.net/projects/gbsbarcode/files/

I used this tool before to split GBS reads: https://sourceforge.net/projects/gbsbarcode/

It support paired end reads

Tried this tool: https://github.com/kdmurray91/axe Works fine!

Log in to answer this question.