comparison ob_remIons.xml @ 7:04da8dc033e1 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openbabel commit ed9b6859de648aa5f7cde483732f5df20aaff90e
author bgruening
date Tue, 07 May 2019 13:38:48 -0400
parents c9bee3591df9
children 354c048550f7
comparison
equal deleted inserted replaced
6:abceed0106cd 7:04da8dc033e1
1 <tool id="openbabel_remIons" name="Remove counterions and fragments" version="@VERSION@.0"> 1 <tool id="openbabel_remIons" name="Remove counterions and fragments" version="@VERSION@.0">
2 <description></description> 2 <description>from a library of compounds</description>
3 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="50000" shared_inputs="" merge_outputs="outfile"></parallelism--> 3 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="50000" shared_inputs="" merge_outputs="outfile"></parallelism-->
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
30 30
31 .. class:: infomark 31 .. class:: infomark
32 32
33 **What this tool does** 33 **What this tool does**
34 34
35 Parses a multiple molecules file and deletes any present counterions or fragments. 35 Parses a multiple molecules file and deletes any counterions or fragments present.
36 36
37 ----- 37 -----
38 38
39 .. class:: warningmark 39 .. class:: warningmark
40 40
41 **Hint** 41 **Hint**
42 42
43 | Only the **largest fragment** on every molecule is extracted. 43 | For each molecule, all fragments except for the largest are deleted.
44 | 44 |
45 | Only molecules with more than 5 heavy atoms are parsed. 45 | Only molecules with more than 5 heavy atoms are parsed.
46 46
47 47
48 ]]> 48 ]]>