Kalanchoe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Data) |
||
Line 3: | Line 3: | ||
* ~20x illumina. | * ~20x illumina. | ||
CABOG ... throws a lot of errors on our architecture for some reason. | CABOG ... throws a lot of errors on our architecture for some reason. | ||
= Assembly = | |||
== Blogs == | |||
* http://groups.google.com/group/bgi-soap/browse_thread/thread/0a4b727e8ec526c9 | |||
assemble the illumina lane with SOAPdenovo and then | |||
assemble with newbler the 454 lanes and the resulting contig of SOAP2. | |||
SOAP uses a de bruijn graph data structure that is well suited for short illumina reads but it is not enough flexible in order to handle 454 reads. | |||
Newbler, instead, is based on Overlap Layout Approach that work well with long reads |
Revision as of 21:42, 26 January 2011
Data
- ~5x 454 from a variety of library sizes
- ~20x illumina.
CABOG ... throws a lot of errors on our architecture for some reason.
Assembly
Blogs
assemble the illumina lane with SOAPdenovo and then assemble with newbler the 454 lanes and the resulting contig of SOAP2. SOAP uses a de bruijn graph data structure that is well suited for short illumina reads but it is not enough flexible in order to handle 454 reads. Newbler, instead, is based on Overlap Layout Approach that work well with long reads