how to split paired-end fastq by barcode from smart-seq2
1
0
Entering edit mode
2.7 years ago
17318598206 ▴ 20

i have a pooled fastq, it is paired-end sequencing, i wan to split fastq by barcode,which soft should i choose? thank you

smart-seq2 demultiplexing barcode • 978 views
ADD COMMENT
0
Entering edit mode
2.7 years ago
Divon ▴ 230

You can use my Genozip tool:

genozip myfile.fq.gz --fast
genocat --grep-w TTAGGC myfile.fq.genozip  # output all reads with the barcode TTAGGC

If you also want to also properly compress the fastq file (1.5-2X better than gz) while you're at it, replace the first command with:

genozip myfile-R1.fq.gz myfile-R2.fq.gz --pair --reference hs37d5.ref.genozip

Where the reference file is generated from any FASTA reference genome of the species with eg:

genozip --make-reference hs37d5.fa

See here: https://genozip.com

Paper: https://www.researchgate.net/publication/349347156_Genozip_-_A_Universal_Extensible_Genomic_Data_Compressor

ADD COMMENT

Login before adding your answer.

Traffic: 1765 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6