![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
split fastq file | Balat | Bioinformatics | 10 | 09-22-2016 08:55 AM |
Split Large FASTQ file in small FASTQ files with user defined number of reads Windows | deepbiomed | Bioinformatics | 3 | 04-04-2013 08:14 AM |
Split fastq into smaller files | lorendarith | Bioinformatics | 10 | 12-13-2012 05:28 AM |
split a fastq file | lfaino | Bioinformatics | 4 | 04-14-2011 04:28 PM |
Split GA FASTQ file | aritakum | Bioinformatics | 3 | 06-10-2010 05:15 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: CIB. China Join Date: May 2013
Posts: 2
|
![]()
Dear All,
I have a big fastq file which include 34 samples. I want to split it into 34 small fastq files based on barcode sequences. I tried to do it with the script "split_libraries_fastq" in Qiime. However, a barcode read fastq file should be used in this script. I don't know how to get this barcode read fastq file, so I can't use this script to solve the problem. Is there any other method to solve the problem? Thank you! Peter |
![]() |
![]() |
![]() |
#2 |
Junior Member
Location: MA Join Date: Jun 2013
Posts: 3
|
![]()
FastX-toolkit?
http://hannonlab.cshl.edu/fastx_toolkit/ |
![]() |
![]() |
![]() |
#3 |
Member
Location: Germany Join Date: Dec 2010
Posts: 80
|
![]()
Is this MiSeq or HiSeq data?
Are you sure, the index was sequenced? If you do not specify it in the sample sheet, no index is sequenced. Then there is no way to determine the samples and split the fastq afterwards. Open the fastq with an appropriate text viewer and see if barcode information is present in the header of each read. |
![]() |
![]() |
![]() |
#4 |
Senior Member
Location: East Coast USA Join Date: Feb 2008
Posts: 7,091
|
![]()
Two things you need to clarify. Is the barcode "inline" (part of the sequence read) or was it sequenced separately (as in Illumina multiplexing)?
As Vinz said above if you are not sure then you can "cat" or "zcat" the sequence file (pipe through "more") and then post a few sequences here so someone can help. |
![]() |
![]() |
![]() |
#5 |
Senior Member
Location: Oklahoma Join Date: Sep 2009
Posts: 411
|
![]()
Oh, man, use 'less' or 'zless' (press 'q' to return to command line). Way better than 'cat' piped through 'more'.
|
![]() |
![]() |
![]() |
#6 |
Junior Member
Location: China Join Date: Dec 2013
Posts: 8
|
![]()
try perl.
you can store barcode list in a hash. |
![]() |
![]() |
![]() |
#7 |
Junior Member
Location: CIB. China Join Date: May 2013
Posts: 2
|
![]()
Dear All,
Thank you for your replies! I have solve the problem with the FASTX-ToolKit software. Besides, I also found the way to get a barcode.fastq with the script split_libraries_fastq.py (http://qiime.org/tutorials/extractin...astq_data.html). Peter |
![]() |
![]() |
![]() |
Tags |
fastq, qiime, split |
Thread Tools | |
|
|