Mercurial > repos > devteam > cuffquant
changeset 2:6c7e4034e354 draft
planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/tool_collections/cufflinks/cuffquant commit 5a4e0ca9992af3a6e5ed2b533f04bb82ce761e0b
author | devteam |
---|---|
date | Mon, 09 Nov 2015 12:06:19 -0500 |
parents | 8fb10700729b |
children | 25cf1ab351df |
files | cuffquant_wrapper.xml |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/cuffquant_wrapper.xml Tue Oct 13 12:38:32 2015 -0400 +++ b/cuffquant_wrapper.xml Mon Nov 09 12:06:19 2015 -0500 @@ -128,7 +128,7 @@ </param> <param name="mask_file" type="data" format="gtf,gff3" label="Mask File" help="Ignore all alignment within transcripts in this file" optional="True" /> <param name="max_mle_iterations" value="5000" type="integer" label="Max MLE iterations" help="Maximum iterations allowed for Maximal Likelyhood Estimation calculations" /> - <param name="max_bundle_frags" type="integer" value="500000" label="Maximum number of fragments per locus" + <param name="max_bundle_frags" type="integer" value="500000" label="Maximum number of fragments per locus" help="Sets the maximum number of fragments a locus may have before being skipped. Default: 500,000" /> </when> </conditional> @@ -140,7 +140,7 @@ <tests> <test> <!-- - cuffquant cuffcompare_out5.gtf cuffdiff_in1.sam,cuffdiff_in2.sam + cuffquant cuffcompare_out5.gtf cuffdiff_in1.sam,cuffdiff_in2.sam --> <param name="gtf_input" value="cuffquant_in.gtf" ftype="gtf" /> <repeat name="samples"> @@ -188,7 +188,7 @@ Cuffquant produces one output file: 1. Transcript expression values in binary format. - + ------- **Settings**