0
|
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>
|