Mercurial > repos > bgruening > openbabel
comparison modify/remove_protonation_state.xml @ 0:6493d130f018
Uploaded
author | bgruening |
---|---|
date | Tue, 26 Mar 2013 14:49:44 -0400 |
parents | |
children | e8dce9596b4c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:6493d130f018 |
---|---|
1 <tool id="ctb_remove_protonation_state" name="Remove protonation state"> | |
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 <command interpreter='python'> | |
5 remove_protonation_state.py | |
6 -i $infile | |
7 -o $outfile | |
8 --iformat "${infile.ext}" | |
9 2>&1 | |
10 </command> | |
11 <inputs> | |
12 <param name="infile" type="data" format="sdf,smi,mol,inchi" label="Molecule file" help="Dataset missing? See TIP below"/> | |
13 </inputs> | |
14 <outputs> | |
15 <data format="smi" name="outfile"/> | |
16 </outputs> | |
17 <tests> | |
18 <test> | |
19 </test> | |
20 </tests> | |
21 <help> | |
22 | |
23 | |
24 **What it does** | |
25 Remove protonation state of every atom. | |
26 | |
27 ----- | |
28 | |
29 </help> | |
30 </tool> |