Mercurial > repos > jay > gaiac_box_plot
diff 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 |
line wrap: on
line diff
--- a/gaiac_boxplot/gaiac_boxplot.xml Thu May 15 22:48:31 2025 +0000 +++ b/gaiac_boxplot/gaiac_boxplot.xml Fri May 23 17:53:36 2025 +0000 @@ -10,7 +10,7 @@ <exit_code range="1" level="fatal" /> </stdio> <command detect_errors="exit_code"><![CDATA[ - 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' + 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' #if $Sel_x_tick_labels.Plot == 'advance' --custom_xtick_name '$Sel_x_tick_labels.label' @@ -44,7 +44,7 @@ </inputs> <outputs> - <data name='output1' format='png' label="Output" from_work_dir="out.png" ></data> + <data name='output1' format='png' label="${tool.name} on $on_string (png)" from_work_dir="out.png" ></data> </outputs> <tests>