Mercurial > repos > rlegendre > ribo_tools
diff kmer_analysis.xml @ 13:7c944fd9907e draft
release 2
| author | rlegendre |
|---|---|
| date | Thu, 09 Apr 2015 11:35:48 -0400 |
| parents | 313b8f7d2a92 |
| children |
line wrap: on
line diff
--- a/kmer_analysis.xml Fri Jan 23 03:31:37 2015 -0500 +++ b/kmer_analysis.xml Thu Apr 09 11:35:48 2015 -0400 @@ -17,7 +17,7 @@ </inputs> <outputs> - <data format="html" name="output" label="Kmer report"/> + <data format="html" name="output" label="Kmer report on ${on_string}"/> </outputs> @@ -25,8 +25,11 @@ Summary ------- -The kmer tool computes the distribution of footprints length from Bam file and determines the proportion of footprints beginning in each frame, for all annotated genes in the GFF file. +The kmer tool computes the distribution of footprints length from Bam file and determines the proportion of footprints beginning in each frame, for all annotated genes in the `GFF3`_ file. + +.. _GFF3: http://gmod.org/wiki/GFF3 + Output ------- This tool provides an html report detailing the proportions and phasing of the kmers.
