Mercurial > repos > jay > gaiac_box_plot
comparison gaiac_boxplot/gaiac_boxplot.xml @ 2:f4bde1be9ed0 draft
planemo upload for repository https://github.com/jaidevjoshi83/gaiac commit c31ef5726cd1d2659da9aeb956c22fb834b177ff
author | jay |
---|---|
date | Fri, 23 May 2025 17:53:36 +0000 |
parents | 0763bb545f98 |
children |
comparison
equal
deleted
inserted
replaced
1:4c2ecd22b43f | 2:f4bde1be9ed0 |
---|---|
8 | 8 |
9 <stdio> | 9 <stdio> |
10 <exit_code range="1" level="fatal" /> | 10 <exit_code range="1" level="fatal" /> |
11 </stdio> | 11 </stdio> |
12 <command detect_errors="exit_code"><![CDATA[ | 12 <command detect_errors="exit_code"><![CDATA[ |
13 python '$__tool_directory__/boxplot.py' --infile '$infile' -C '$clm_list_y' -H '$fig_height' -W '$fig_width' -T '$plottitile' -O 'out.png' --ylab '$clm_lab_y' --xlab '$clm_lab_x' | 13 python '$__tool_directory__/gaiac_boxplot.py' --infile '$infile' -C '$clm_list_y' -H '$fig_height' -W '$fig_width' -T '$plottitile' -O 'out.png' --ylab '$clm_lab_y' --xlab '$clm_lab_x' |
14 | 14 |
15 #if $Sel_x_tick_labels.Plot == 'advance' | 15 #if $Sel_x_tick_labels.Plot == 'advance' |
16 --custom_xtick_name '$Sel_x_tick_labels.label' | 16 --custom_xtick_name '$Sel_x_tick_labels.label' |
17 #end if | 17 #end if |
18 ]]></command> | 18 ]]></command> |
42 </when> | 42 </when> |
43 </conditional> | 43 </conditional> |
44 </inputs> | 44 </inputs> |
45 | 45 |
46 <outputs> | 46 <outputs> |
47 <data name='output1' format='png' label="Output" from_work_dir="out.png" ></data> | 47 <data name='output1' format='png' label="${tool.name} on $on_string (png)" from_work_dir="out.png" ></data> |
48 </outputs> | 48 </outputs> |
49 | 49 |
50 <tests> | 50 <tests> |
51 <test> | 51 <test> |
52 <!-- Input file and plot parameters --> | 52 <!-- Input file and plot parameters --> |