![]() |
|
|||||||
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can the upcoming Sandy Bridge i7 Extreme assemble a genome? | ymc | Bioinformatics | 30 | 06-06-2012 06:38 AM |
| help. Casava 1.8 demultiplexing | senpeng | Illumina/Solexa | 1 | 09-19-2011 07:40 AM |
| CASAVA v1.8 with indels | tonio100680 | Bioinformatics | 3 | 08-19-2011 04:53 AM |
| Demultiplexing and CASAVA 1.7 | tonio100680 | Bioinformatics | 14 | 06-16-2011 10:48 PM |
| Upcoming in 2009? | dsturgill | Events / Conferences | 1 | 11-07-2008 01:41 AM |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Member
Location: San Diego Join Date: Sep 2010
Posts: 30
|
Hi everyone,
my name is Semyon and I work in Bioinformatics at Illumina. Our team has prepared a document describing the major changes planned in CASAVA 1.8. The document is available at iCom and attached to this post. I will do my best to follow the thread and answer any questions that you may have. Early access of the release is planned for late February. The key changes are: 1. The bcl converter will be distributed with CASAVA. 2. The converter will produce compressed FASTQ files rather than qseq files. 3. The FASTQ quality score encoding will use the standard offset value of 33 rather than the previous Illumina-specific offset value of 64. 4. If samples have been multiplexed in a sequencing run using indexing, the converter will also perform demultiplexing. 5. The output files will be in a directory structure organized by project and sample rather than lane and tile. 6. The GERALD summary file will be modified in accordance with the new directory structure. 7. The sequence output of post-alignment analysis will be a set of BAM files. Thanks! |
|
|
|
|
|
#2 |
|
Senior Member
Location: 45°30'25.22"N / 9°15'53.00"E Join Date: Apr 2009
Posts: 255
|
Hooray for changes 1, 2, 3 and 7 :-)
d |
|
|
|
|
|
#3 |
|
Peter (Biopython etc)
Location: Dundee, Scotland, UK Join Date: Jul 2009
Posts: 1,179
|
+1
My only concern is that the read names in the FASTQ files will not include the /1 or /2 suffix. This means both the forward and reverse reads get the same identifier, with the number (1 or 2) in the read description (i.e. in the @ line but after a white space). There are nice symmetries with the SAM/BAM format. However, this will mean any existing scripts/tools/pipelines expecting the suffices will need changing. |
|
|
|
|
|
#4 | |
|
Super Moderator
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,279
|
Quote:
|
|
|
|
|
|
|
#5 |
|
Senior Member
Location: USA, Midwest Join Date: May 2008
Posts: 822
|
I have a concern about #2. Currently the illumina2srf tool uses the qseq files as input to generate the .srf files which are required for submission of NGS sequencing data to the NCBI or EBI SRAs. Will it still be possible to generate qseqs or would it be possible for the CASAVA team to work with the developers of the sequenceread toolkit to allow it to work directly from the .bcl files?
|
|
|
|
|
|
#6 | |
|
Peter (Biopython etc)
Location: Dundee, Scotland, UK Join Date: Jul 2009
Posts: 1,179
|
Quote:
![]() Then there are also probably tools which don't even look at the read names - from memory Velvet just takes an interleaved file (forward then reverse, typically made by merging a separate pair of files), without worrying about how they are named. The naming issue isn't critical (but it is something to be aware of)
|
|
|
|
|
|
|
#7 | |
|
Senior Member
Location: 45°30'25.22"N / 9°15'53.00"E Join Date: Apr 2009
Posts: 255
|
Quote:
D |
|
|
|
|
|
|
#8 | |
|
Senior Member
Location: USA, Midwest Join Date: May 2008
Posts: 822
|
For the time being. If you look at the NCBI SRA File Format Guide you will see this statement (in bold) under Section 2.11
Quote:
|
|
|
|
|
|
|
#9 |
|
Simon Andrews
Location: Babraham Inst, Cambridge, UK Join Date: May 2009
Posts: 698
|
From my point of view there are good and bad things in the list:
1,2,3 All good! 4 Not really an issue for us so no feeling either way 5,6 Probably bad (for us at least). Having a folder heirarchy which you can only predict by looking up the sample sheet doesn't make my life any easier. I realise that there are problems with just using technical names for results, but I can see this causing more grief. I'd be interested to see what sort of names you get if you use a blank sample sheet as I guess that that's what we'd do if we want to manage samples and projects from outside the Illumina software. I take it that in the example posted the run folder at the top of the tree would equate to the current Gerald folder so that it would still be simple to do multiple analysis runs of the same data and get easily separated output? Also in the example tree why are the BAM files under 'Build' and not 'Aligned'? 7 Good and Bad. I agree that the world seems to have settled on BAM as its file format of choice. The compact size will certainly be welcome, and if we can get SRA/ENA to accept BAM files as submissions then lots of people will be happier - but in the mean time there are a bunch of processing steps which were pretty easy with the old eland output, which will be much harder from a BAM file. Just writing a simple filter to extract some entries from a BAM file and write them out to a new one is really non-trivial if done from scratch, whereas it might just be a grep on an eland file. |
|
|
|
|
|
#10 |
|
Senior Member
Location: Santa Fe, NM Join Date: Oct 2010
Posts: 175
|
Qualitatively speaking, would the @ represent a good thing or a bad thing?
|
|
|
|
|
|
#11 | |
|
Member
Location: San Diego Join Date: Sep 2010
Posts: 30
|
Quote:
The motivation behind the change is that we are thinking about increased throughput that will lead to many samples on a single flow cell. The ability to organize the results by project and sample will hopefully be useful. Also, the demultiplexing output is well suited for such a structure. Running repeated analysis on the same data and getting easily separated output folders will continue to be supported. The BAM files are under BUILD because they are the result of the post alignment process (sorting is done) and because multiple alignment events (flow cells) can be combined into a single build of CASAVA. The ALIGNED folder will contain the zipped exports. If you need to parse information out of the BAM file, it would seem that conversion to SAM would get you to the text file that you need. Thanks again, Semyon |
|
|
|
|
|
|
#12 |
|
Junior Member
Location: Ohio Join Date: Dec 2010
Posts: 8
|
Semyon,
Can you please post more information about the directory structure and how you set it up by project/sample names? Thanks Selen |
|
|
|
|
|
#13 | |
|
Member
Location: San Diego Join Date: Sep 2010
Posts: 30
|
Quote:
Hi Selen, The most common use case will be through a sample sheet. Each row of the sample sheet would contain information including Lane, Index, Sample Name, and Project Name. The folder structure would then be created based on the names in the sample sheet. We recommend always having a sample sheet, but if one is not provided, we would use a set of simple default names. We would assume that there is just one project and that each lane contains a separate sample. A diagram of the actual directory structure was in the appendix of the original attachment, so I am not sure what additional information you may want. Please let me know and I will do my best to answer. Thanks, Semyon |
|
|
|
|
|
|
#14 | |
|
Junior Member
Location: Ohio Join Date: Dec 2010
Posts: 8
|
Quote:
The user guide for CASAVA1.8 hasn't been released yet, that would clarify most of my questions I bet. Thanks a lot Selen |
|
|
|
|
|
|
#15 | |
|
Senior Member
Location: Austria Join Date: Apr 2009
Posts: 171
|
Quote:
those SRF/SRA files are enormous! I guess they don't have storage concerns... but imagine transfering two HiSeq2000 runs in SRF/SRA format ![]() I welcome the updates to CASAVA ! Now if only the OLB could be updated to allow one to train Bustard basecalling on a specific range of cycles and not only the 1st four... Last edited by NGSfan; 01-20-2011 at 06:38 AM. |
|
|
|
|
|
|
#16 | |
|
Member
Location: california Join Date: Jul 2009
Posts: 21
|
Semyon
It's great to hear the news, and I'm very concern on the speed for bcl converter in CASAVA1.8. How many hours do we need to get a compressed FASTQ for a typical Hiseq 2000 run (with and without multiplexing)? And how about its parallelization support? Thanks. Ying Quote:
Last edited by Auction; 01-20-2011 at 08:00 AM. |
|
|
|
|
|
|
#17 | |
|
Member
Location: San Diego Join Date: Sep 2010
Posts: 30
|
Quote:
You are exactly right. The sample sheet will be part of the input to the converter. We are working on the user guide and it will certainly have all of the details on this. Thanks! Semyon |
|
|
|
|
|
|
#18 |
|
Senior Member
Location: USA, Midwest Join Date: May 2008
Posts: 822
|
For these large transfers NCBI forgoes protocols like FTP in favor of the FASP protocol from Aspera. FASP is UDP based and theoretical bandwidth is 1Gbps; they report seeing effective bandwidth of 600Mbps.
|
|
|
|
|
|
#19 | |
|
Senior Member
Location: USA, Midwest Join Date: May 2008
Posts: 822
|
Quote:
Whenever possible I will not use GERALD to build fastq files. I use bclConverter to generate qseqs then go from qseq -> srf (illumina2srf) and then srf -> fastq (srf2fastq). Even though this is a two step process it is still many times faster than using GERALD to build fastqs. Plus I have the bonus of the .srf file which no doubt I will need 18 months down the line with the research wants to publish his results and needs to submit the data to SRA. |
|
|
|
|
|
|
#20 | |
|
Junior Member
Location: Ohio Join Date: Dec 2010
Posts: 8
|
Quote:
Within the sample folder, the name of each fastq file provides the sample, index, lane and read information. What about the last three digit (001, 002..)? Do they represent the repeated analysis of the same data? |
|
|
|
|
![]() |
| Tags |
| casava, illumina, secondary analysis |
| Thread Tools | |
|
|