Previous changeset 0:8b54f922377a (2021-09-03) |
Commit message:
"planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 97521f53202a392709ba96988129ae08d0dac317" |
modified:
isoplot.xml |
b |
diff -r 8b54f922377a -r dd3e046a72ad isoplot.xml --- a/isoplot.xml Fri Sep 03 08:01:12 2021 +0000 +++ b/isoplot.xml Mon Oct 04 09:01:32 2021 +0000 |
b |
@@ -1,4 +1,4 @@ -<tool id='isoplot' name='Isoplot: Generate plots from isocor output' version='1.3.0+galaxy0' profile='20.01'> +<tool id='isoplot' name='Isoplot: Generate plots from isocor output' version='1.3.0+galaxy1' profile='20.01'> <requirements> <requirement type='package' version='1.3.0'>isoplot</requirement> </requirements> @@ -17,8 +17,8 @@ -g -z '$plots_output' > $data_output 2> '$log_output' ]]></command> <inputs> - <param name='datafile' type='data' format='csv, tabular' multiple='true' label='Upload data that has been corrected by Isocor (.tsv format)' /> - <param name='template_file' type='data' format='csv, xlsx' multiple='true' label='Upload template file containing plot metadata (.xlsx format)' argument='--template'/> + <param name='datafile' type='data' format='csv,tabular' multiple='true' label='Upload data that has been corrected by Isocor (.tsv format)' /> + <param name='template_file' type='data' format='csv,xlsx' multiple='true' label='Upload template file containing plot metadata (.xlsx format)' argument='--template'/> <!--param name='run_name' type='text' label='Run name' /--> <param name='format' type='select' label='Plot format'> <option value='pdf'>pdf</option> |