changeset 32:a0dd6296f935 draft

planemo upload commit 52b06a96e6f02df32a3b93b1d61a6f8e4f56c405-dirty
author mingchen0919
date Tue, 16 Oct 2018 11:58:56 -0400
parents 7e767425bb3d
children 52364533eac5
files rmarkdown_report.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/rmarkdown_report.xml	Fri Oct 05 23:04:17 2018 -0400
+++ b/rmarkdown_report.xml	Tue Oct 16 11:58:56 2018 -0400
@@ -47,10 +47,10 @@
     ]]></command>
     <inputs>
         <param type="data" name="count_data" label="Count data"
-               help="The first column is sample names; The remaining columns are read counts from each sample."
+               help="The first column has feature names; The remaining columns are read counts from each sample."
                optional="False" format="csv"/>
         <param type="data" name="column_data" label="Column data"
-               help="The first column are sample names (column name from the count data); The remaining columns are experimental treatments."
+               help="The first column has sample names (column name from the count data); The remaining columns are experimental treatments."
                optional="False" format="csv"/>
         <param type="text" name="design_formula" label="Design formula"
                help="The design formula expresses the variables which will be used in modeling. The formula should be a tilde (~) followed by the variables with plus signs between them, e.g., ~ condition1 + condition2"