Mercurial > repos > devteam > dna_filtering
comparison histogram2.xml @ 1:a60f7f660872 draft default tip
planemo upload commit 33927a87ba2eee9bf0ecdd376a66241b17b3d734
author | devteam |
---|---|
date | Tue, 13 Oct 2015 12:17:35 -0400 |
parents | 9c0d844f4e48 |
children |
comparison
equal
deleted
inserted
replaced
0:9c0d844f4e48 | 1:a60f7f660872 |
---|---|
6 </requirements> | 6 </requirements> |
7 <command interpreter="python">histogram.py $input $out_file1 $numerical_column "$title" "$xlab" $breaks $density $frequency</command> | 7 <command interpreter="python">histogram.py $input $out_file1 $numerical_column "$title" "$xlab" $breaks $density $frequency</command> |
8 <inputs> | 8 <inputs> |
9 <param name="input" type="data" format="tabular" label="Dataset" help="Dataset missing? See TIP below"/> | 9 <param name="input" type="data" format="tabular" label="Dataset" help="Dataset missing? See TIP below"/> |
10 <param name="numerical_column" type="data_column" data_ref="input" numerical="True" label="Numerical column for x axis" /> | 10 <param name="numerical_column" type="data_column" data_ref="input" numerical="True" label="Numerical column for x axis" /> |
11 <param name="breaks" type="integer" size="4" value="0" label="Number of breaks (bars)"/> | 11 <param name="breaks" type="integer" value="0" label="Number of breaks (bars)"/> |
12 <param name="title" type="text" size="30" value="Histogram" label="Plot title"/> | 12 <param name="title" type="text" value="Histogram" label="Plot title"/> |
13 <param name="xlab" type="text" size="30" value="V1" label="Label for x axis"/> | 13 <param name="xlab" type="text" value="V1" label="Label for x axis"/> |
14 <param name="density" type="boolean" checked="yes" label="Include smoothed density"/> | 14 <param name="density" type="boolean" checked="yes" label="Include smoothed density"/> |
15 <param name="frequency" type="boolean" checked="no" label="Plot as frequency (counts)"/> | 15 <param name="frequency" type="boolean" checked="no" label="Plot as frequency (counts)"/> |
16 </inputs> | 16 </inputs> |
17 <outputs> | 17 <outputs> |
18 <data format="pdf" name="out_file1" /> | 18 <data format="pdf" name="out_file1" /> |