Mercurial > repos > bgruening > openbabel_genprop
comparison ob_genProp.xml @ 7:aafffb37d168 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openbabel commit ed9b6859de648aa5f7cde483732f5df20aaff90e
author | bgruening |
---|---|
date | Tue, 07 May 2019 13:37:02 -0400 |
parents | df6d948e95ba |
children | a72ae2711a97 |
comparison
equal
deleted
inserted
replaced
6:ebe0654a8b85 | 7:aafffb37d168 |
---|---|
9 <![CDATA[ | 9 <![CDATA[ |
10 python '$__tool_directory__/ob_genProp.py' | 10 python '$__tool_directory__/ob_genProp.py' |
11 -i '${infile}' | 11 -i '${infile}' |
12 --iformat '${infile.ext}' | 12 --iformat '${infile.ext}' |
13 --oformat '${output_opts.output_format_types}' | 13 --oformat '${output_opts.output_format_types}' |
14 #if $output_opts.header.value: | 14 #if $output_opts.output_format_types == 'table': |
15 --header $output_opts.header | 15 --header $output_opts.header |
16 #end if | 16 #end if |
17 -o '${outfile}' | 17 -o '${outfile}' |
18 ]]> | 18 ]]> |
19 </command> | 19 </command> |
25 <option value="sdf" selected="True">sdf</option> | 25 <option value="sdf" selected="True">sdf</option> |
26 </param> | 26 </param> |
27 <when value="table"> | 27 <when value="table"> |
28 <param name="header" type="boolean" checked="False" label="Print the headers of the table as the first row of the table"/> | 28 <param name="header" type="boolean" checked="False" label="Print the headers of the table as the first row of the table"/> |
29 </when> | 29 </when> |
30 <when value="sdf"> | 30 <when value="sdf" /> |
31 <param name="header" type="hidden"/> | |
32 </when> | |
33 </conditional> | 31 </conditional> |
34 </inputs> | 32 </inputs> |
35 <outputs> | 33 <outputs> |
36 <data format="tabular" name="outfile" label="${tool.name} on ${on_string}"> | 34 <data format="tabular" name="outfile" label="${tool.name} on ${on_string}"> |
37 <change_format> | 35 <change_format> |