Split the fastqc file base on barcode
1
0
Entering edit mode
12 weeks ago
QX ▴ 60

Hi all,

I have a single fastqc file with some designed barcode. How I would like to split the file into many different files depends on barcodes. However, I want to a loosely grep, that single alteration will still be accapted. For e.g. barcode GGCTTTAA, the alter GCCTTTAA or GC_TTTAA or GCC[N]TTAA will be still be accepted.

Does anyone have an idea?

Best

fastq • 289 views
ADD COMMENT
2
Entering edit mode
12 weeks ago
GenoMax 145k

deML: https://github.com/grenaud/deML

demuxbyname.sh from BBMap suite. Run the program without options to see in-line help.

$ demuxbyname.sh

Written by Brian Bushnell
Last modified Jan 7, 2020

Description:  Demultiplexes sequences into multiple files based on their names,
substrings of their names, or prefixes or suffixes of their names.
Allows unlimited output files while maintaining only a small number of open file handles.
ADD COMMENT

Login before adding your answer.

Traffic: 980 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