File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- <tool id =" histogram_rpy" name =" Histogram" version =" 1.0.4 " >
1+ <tool id =" histogram_rpy" name =" Histogram" version =" 1.0.5 " >
22 <description >of a numeric column</description >
33 <requirements >
44 <requirement type =" package" version =" 3.3.2" >rpy2</requirement >
@@ -17,7 +17,7 @@ python '$__tool_directory__/histogram.py'
1717</command >
1818 <inputs >
1919 <param name =" input" type =" data" format =" tabular" label =" Dataset" help =" Dataset missing? See TIP below" />
20- <param name =" numerical_column" type =" data_column" data_ref =" input" numerical =" True" label =" Numerical column for x axis" />
20+ <param name =" numerical_column" type =" data_column" data_ref =" input" numerical =" True" use_header_names = " true " label =" Numerical column for x axis" />
2121 <param name =" breaks" type =" integer" value =" 0" label =" Number of breaks (bars)" />
2222 <param name =" title" type =" text" value =" Histogram" label =" Plot title" />
2323 <param name =" xlab" type =" text" value =" V1" label =" Label for x axis" />
You can’t perform that action at this time.
0 commit comments