Mercurial > repos > crs4 > edena
diff edena_ass_wrapper.xml @ 1:cd6cc6d76708 draft
Simplify passing repeated params to Python script.
Add more info to help sections.
author | crs4 |
---|---|
date | Fri, 18 Oct 2013 14:09:11 -0400 |
parents | 60609a9cef3b |
children | b8c6a38530eb |
line wrap: on
line diff
--- a/edena_ass_wrapper.xml Mon Sep 09 05:44:31 2013 -0400 +++ b/edena_ass_wrapper.xml Fri Oct 18 14:09:11 2013 -0400 @@ -66,7 +66,11 @@ <help> **What it does** -The key parameter for this mode is the overlaps size cutoff (option –m). By default it is set to half of the reads length, which is quite conservative. If your sequencing project is well covered (>50-100x) you may try increasing a bit this value. The minCoverage is an important parameter which is automatically determined. You may check this value in the program output and possibly override it. +Edena is an overlaps graph based short reads assembler and is suited to Illumina GA reads. An assembly with Edena is a two step process: overlapping and assembling. + +In the assembling step, the overlapping file (produced in the previous step) is provided to the program, as well as some assembly parameters. A set of contigs in FASTA format is outputted. The purpose of having a two step process is that the overlapping file is computed only once and can then be used to produce assemblies with different parameters. + +The key parameter for this step is the overlaps size cutoff (option –m). By default it is set to half of the reads length, which is quite conservative. If your sequencing project is well covered (>50-100x) you may try increasing a bit this value. The minCoverage is an important parameter which is automatically determined. You may check this value in the program output and possibly override it. **License and citation**