Mercurial > repos > bgruening > openbabel_remions
comparison ob_remIons.xml @ 0:c9bee3591df9 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openbabel commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
author | bgruening |
---|---|
date | Sat, 20 May 2017 08:39:34 -0400 |
parents | |
children | 04da8dc033e1 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c9bee3591df9 |
---|---|
1 <tool id="openbabel_remIons" name="Remove counterions and fragments" version="@VERSION@.0"> | |
2 <description></description> | |
3 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="50000" shared_inputs="" merge_outputs="outfile"></parallelism--> | |
4 <macros> | |
5 <import>macros.xml</import> | |
6 </macros> | |
7 <expand macro="requirements"/> | |
8 <command detect_errors="aggressive"> | |
9 <![CDATA[ | |
10 python '$__tool_directory__/ob_remIons.py' | |
11 -i '${infile}' | |
12 -iformat '${infile.ext}' | |
13 -o '${outfile}' | |
14 ]]> | |
15 </command> | |
16 <inputs> | |
17 <expand macro="infile_all_types"/> | |
18 </inputs> | |
19 <outputs> | |
20 <expand macro="output_like_input"/> | |
21 </outputs> | |
22 <tests> | |
23 <test> | |
24 <param name="infile" ftype="smi" value="2_mol.smi"/> | |
25 <output name="outfile" ftype="smi" file="obrmions_on_2_mol.smi" /> | |
26 </test> | |
27 </tests> | |
28 <help> | |
29 <![CDATA[ | |
30 | |
31 .. class:: infomark | |
32 | |
33 **What this tool does** | |
34 | |
35 Parses a multiple molecules file and deletes any present counterions or fragments. | |
36 | |
37 ----- | |
38 | |
39 .. class:: warningmark | |
40 | |
41 **Hint** | |
42 | |
43 | Only the **largest fragment** on every molecule is extracted. | |
44 | | |
45 | Only molecules with more than 5 heavy atoms are parsed. | |
46 | |
47 | |
48 ]]> | |
49 </help> | |
50 <expand macro="citations"/> | |
51 </tool> |