comparison datatypes/mol_to_mol2_converter.xml @ 0:af7b6c6ee439 draft

initial commit
author bgruening
date Tue, 25 Dec 2012 05:16:25 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:af7b6c6ee439
1 <tool id="CONVERTER_mol_to_mol2" name="MOL to MOL2" version="1.0.0">
2 <description></description>
3 <command >obabel -imol $input -omol2 -O $output -e 2>&#38;1</command>
4 <inputs>
5 <param name="input" type="data" format="mol" label="Molecules in MOL-format"/>
6 </inputs>
7 <outputs>
8 <data name="output" format="mol2"/>
9 </outputs>
10 <requirements>
11 <requirement type="binary">obabel</requirement>
12 </requirements>
13 <help>
14 </help>
15 </tool>