Mercurial > repos > bgruening > openbabel
comparison modify/ob_genProp.xml @ 2:125da3a296ca draft default tip
Uploaded
author | bgruening |
---|---|
date | Wed, 15 Jul 2015 12:13:08 -0400 |
parents | 527ecd2fc500 |
children |
comparison
equal
deleted
inserted
replaced
1:b52872a1755a | 2:125da3a296ca |
---|---|
4 <requirements> | 4 <requirements> |
5 <requirement type="package" version="2.3.2">openbabel</requirement> | 5 <requirement type="package" version="2.3.2">openbabel</requirement> |
6 <requirement type="package" version="0.1">cheminfolib</requirement> | 6 <requirement type="package" version="0.1">cheminfolib</requirement> |
7 </requirements> | 7 </requirements> |
8 <command interpreter="python"> | 8 <command interpreter="python"> |
9 <![CDATA[ | |
9 ob_genProp.py | 10 ob_genProp.py |
10 -i "${infile}" | 11 -i "${infile}" |
11 --iformat "${infile.ext}" | 12 --iformat "${infile.ext}" |
12 --oformat "${output_opts.output_format_types}" | 13 --oformat "${output_opts.output_format_types}" |
13 #if $output_opts.header.value: | 14 #if $output_opts.header.value: |
14 --header $output_opts.header | 15 --header $output_opts.header |
15 #end if | 16 #end if |
16 -o "${outfile}" | 17 -o "${outfile}" |
18 ]]> | |
17 </command> | 19 </command> |
18 <inputs> | 20 <inputs> |
19 <param name="infile" type="data" format="sdf,mol,mol2,cml,inchi,smi" label="Select input file with multiple molecules."/> | 21 <param name="infile" type="data" format="sdf,mol,mol2,cml,inchi,smi" label="Select input file with multiple molecules."/> |
20 <conditional name="output_opts"> | 22 <conditional name="output_opts"> |
21 <param name="output_format_types" type="select" label="Specify output format file"> | 23 <param name="output_format_types" type="select" label="Specify output format file"> |
49 <param name="header" value="true" /> | 51 <param name="header" value="true" /> |
50 <output name="outfile" ftype="sdf" file="ob_genprop_on_CID2244.tabular" /> | 52 <output name="outfile" ftype="sdf" file="ob_genprop_on_CID2244.tabular" /> |
51 </test> | 53 </test> |
52 </tests> | 54 </tests> |
53 <help> | 55 <help> |
56 <![CDATA[ | |
54 | 57 |
55 .. class:: infomark | 58 .. class:: infomark |
56 | 59 |
57 **What this tool does** | 60 **What this tool does** |
58 | 61 |
129 .. _Open Babel: http://openbabel.org/wiki/Main_Page | 132 .. _Open Babel: http://openbabel.org/wiki/Main_Page |
130 .. _`Pybel: a Python wrapper for the OpenBabel cheminformatics toolkit`: http://www.biomedcentral.com/content/pdf/1752-153X-2-5.pdf | 133 .. _`Pybel: a Python wrapper for the OpenBabel cheminformatics toolkit`: http://www.biomedcentral.com/content/pdf/1752-153X-2-5.pdf |
131 .. _Silicos: http://openbabel.org/docs/dev/Fingerprints/spectrophore.html | 134 .. _Silicos: http://openbabel.org/docs/dev/Fingerprints/spectrophore.html |
132 | 135 |
133 | 136 |
137 ]]> | |
134 </help> | 138 </help> |
135 </tool> | 139 </tool> |