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.
• 3,153 views
•
link
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/
• 0 views
•
link
I used this tool before to split GBS reads: https://sourceforge.net/projects/gbsbarcode/
It support paired end reads
• 0 views
•
link
Tried this tool: https://github.com/kdmurray91/axe Works fine!
• 0 views
•
link
Log in to answer this question.
did you try GBSX tool? nakanomasayuki265