diff mol_to_mol2_converter.xml @ 0:85eca06eefc6 draft default tip

Uploaded
author bgruening
date Thu, 15 Aug 2013 03:19:26 -0400
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mol_to_mol2_converter.xml	Thu Aug 15 03:19:26 2013 -0400
@@ -0,0 +1,15 @@
+<tool id="CONVERTER_mol_to_mol2" name="MOL to MOL2" version="1.0.0">
+    <description></description>
+    <requirements>
+        <requirement type="package" version="2.3.2">openbabel</requirement>
+    </requirements>
+    <command >obabel -imol "${input}" -omol2 -O "${output}" -e 2>&#38;1</command>
+    <inputs>
+        <param name="input" type="data" format="mol" label="Molecules in MOL-format"/>
+    </inputs>
+    <outputs>
+        <data name="output" format="mol2"/>
+    </outputs>
+    <help>
+    </help>
+</tool>