Previous changeset 0:c67dba545a37 (2019-06-24) Next changeset 2:60964af87364 (2019-07-01) |
Commit message:
planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/master/tools/gsc_mannwhitney_de commit 06c8d40814f68cbf4d24b2ea70a11407bc40d072 |
modified:
mannwhitney_de.xml |
b |
diff -r c67dba545a37 -r aef09ac6d0a5 mannwhitney_de.xml --- a/mannwhitney_de.xml Mon Jun 24 13:39:39 2019 -0400 +++ b/mannwhitney_de.xml Mon Jun 24 19:17:26 2019 -0400 |
b |
@@ -1,4 +1,4 @@ -<tool id="mannwhitney_de" name="Perform a differential analysis" version="0.9.0"> +<tool id="mannwhitney_de" name="Perform a differential analysis" version="0.9.1"> <description>using a Mann-Whitney test</description> <requirements> <requirement type="package" version="1.3.2=r3.3.2_0">r-optparse</requirement> @@ -43,7 +43,7 @@ </inputs> <outputs> - <data name="output" format="tabular" label="Results of Mann-Whitney differential analysis from ${on_string}" /> + <data name="output" format="tabular" label="Results of Mann-Whitney differential analysis of ${on_string}" /> </outputs> <tests> <test> |