comparison modify/remove_protonation_state.xml @ 0:527ecd2fc500 draft

Uploaded
author bgruening
date Thu, 15 Aug 2013 03:25:06 -0400
parents
children 125da3a296ca
comparison
equal deleted inserted replaced
-1:000000000000 0:527ecd2fc500
1 <tool id="ctb_remove_protonation_state" name="Remove protonation state" version="0.1">
2 <description>of every atom</description>
3 <parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="10000" shared_inputs="" merge_outputs="outfile"></parallelism>
4 <requirements>
5 <requirement type="package" version="2.3.2">openbabel</requirement>
6 </requirements>
7 <command interpreter='python'>
8 remove_protonation_state.py
9 -i $infile
10 -o $outfile
11 --iformat "${infile.ext}"
12 2>&#38;1
13 </command>
14 <inputs>
15 <param name="infile" type="data" format="sdf,smi,mol,inchi" label="Molecule file" help="Dataset missing? See TIP below"/>
16 </inputs>
17 <outputs>
18 <data format_source="infile" name="outfile" />
19 </outputs>
20 <tests>
21 <test>
22 </test>
23 </tests>
24 <help>
25
26 .. class:: infomark
27
28 **What this tool does**
29
30 Removes the protonation state of every atom.
31
32 -----
33
34 .. class:: infomark
35
36 **Cite**
37
38 `Open Babel`_
39
40 .. _Open Babel: http://openbabel.org/wiki/Main_Page
41
42 </help>
43 </tool>