# HG changeset patch
# User rnateam
# Date 1437732293 14400
# Node ID b2dbc72b50d49ed3e31724f38775334e239bccfb
# Parent 6cc0388e95f0f6bd1a78faebbac5579482525273
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/piranha commit ba69207568a546d7c3b71a144f78095811e3e99a-dirty
diff -r 6cc0388e95f0 -r b2dbc72b50d4 piranha.xml
--- a/piranha.xml Wed Jul 15 11:57:07 2015 -0400
+++ b/piranha.xml Fri Jul 24 06:04:53 2015 -0400
@@ -32,16 +32,16 @@
#else:
-u $merge_bins.merge
#end if
- $suppress_covars
+ $print_covars
$fit
#if $dist:
-d $dist
#end if
$fitMethod
- #if $use_model.model_select=="yes":
- -m $use_model.model
+ #if $model:
+ -m $model
#end if
- $unstranded
+ $stranded
$no_normalisation
$log_covars
./foo.$input.ext
@@ -77,7 +77,7 @@
help="Default is 1 (merge adjacent)"/>
-
+
@@ -91,23 +91,16 @@
-
-
-
-
-
-
-
-
-
+ falsevalue="" label="Use component fitting method" help="(-t)"/>
+
-
+
+ truevalue="" label="Normalise covariates?" help="(-n)"/>
+ falsevalue="" label="Convert covariates to log scale?" help="(-l)"/>