![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
FASTX Toolkit barcode splitter issue | jdanderson | Bioinformatics | 36 | 01-31-2016 07:09 PM |
Illumina1.8 Paired-End Barcode Splitting? | pbatzel | Bioinformatics | 2 | 10-25-2011 03:08 PM |
Bowtie output from paired end reads | godzilla07 | Bioinformatics | 0 | 01-06-2011 12:36 PM |
BOth single and paired end reads in a file!! | adgen | Illumina/Solexa | 0 | 06-30-2010 11:28 AM |
Paired-end & shotgun reads | nickloman | 454 Pyrosequencing | 4 | 03-11-2010 01:22 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: Austria, Vienna Join Date: Jul 2011
Posts: 4
|
![]()
Hi,
I'm new to SEQanswers, and more or less new to NGS data (since Juli). I'm looking for a barcode splitter that 1.) can handle Illumina paired end reads (keeps them as paired end after splitting) 2.) lets you specifiy a prefix for the output files (makes it easier for usage in a pipeline) I know barcode splitters like Novobarcode that can handle case 1.) or fastx barcode splitter that offers case 2.) Does anyone know a barcode splitter that combines both features? Thanks in advance for any hint, really appreciate it! spoonman |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Cambridge, MA Join Date: Mar 2009
Posts: 141
|
![]()
I don't know a tool that combines both, but a work-around pipeline might be to:
1) split read 1 file with fastx_barcode_splitter 2) construct lists of reads from each library 3) extract those reads from the original read 2 file using cdbyank or Galaxy tools (seq_filter_by_id.py) |
![]() |
![]() |
![]() |
#3 | |
Member
Location: seattle Join Date: Mar 2010
Posts: 14
|
![]() Quote:
fastx_barcode_splitter seems to assume that the barcode is at the 3' end of each read, which in our case is not true. We have to match up lines from one file with lines from the other to split the data by barcode. I ended up writing a perl script (loosely based on fastx_barcode_splitter.pl) that handled the case of barcodes in a separate file from the main sequencing results. |
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|