Mercurial > repos > bgruening > openmg
comparison openmg.xml @ 2:beaac0e14c00 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit ed9b6859de648aa5f7cde483732f5df20aaff90e
author | bgruening |
---|---|
date | Tue, 07 May 2019 13:39:24 -0400 |
parents | 8d2b075966d6 |
children | 473a07404e83 |
comparison
equal
deleted
inserted
replaced
1:8d2b075966d6 | 2:beaac0e14c00 |
---|---|
1 <tool id="ctb_openmg" name="Open Molecule Generator" version="0.1"> | 1 <tool id="ctb_openmg" name="Open Molecule Generator" version="0.2"> |
2 <description>Exhaustive generation of chemical structures</description> | 2 <description>- exhaustive generation of chemical structures</description> |
3 <requirements> | 3 <requirements> |
4 <requirement type="package" version="0.1">openmg</requirement> | 4 <requirement type="package" version="0.1">openmg</requirement> |
5 <requirement type="package">java-jdk</requirement> | |
5 </requirements> | 6 </requirements> |
6 <command detect_errors="aggressive"> | 7 <command detect_errors="aggressive"> |
7 <![CDATA[ | 8 <![CDATA[ |
8 openmg | 9 openmg |
9 -ec '$ec' | 10 -ec '$ec' |
14 ]]> | 15 ]]> |
15 </command> | 16 </command> |
16 <inputs> | 17 <inputs> |
17 <param argument="-ec" type="text" label="Elemental composition of the molecules to be generated" | 18 <param argument="-ec" type="text" label="Elemental composition of the molecules to be generated" |
18 help="e.g. C2H5NO2"/> | 19 help="e.g. C2H5NO2"/> |
19 <param name='fr' type='boolean' truevalue='-fr' falsevalue='' label='Output SD-file containing prescribed one or multiple substructures' | 20 <param name='fr' type='boolean' truevalue='-fr' falsevalue='' label='Output SD-file containing prescribed (single or multiple) substructure(s)' |
20 help="In the case of multiple substructures, they have to be non-overlapping" /> | 21 help="In the case of multiple substructures, they must be non-overlapping" /> |
21 </inputs> | 22 </inputs> |
22 <outputs> | 23 <outputs> |
23 <data format="sdf" name="outfile" /> | 24 <data format="sdf" name="outfile" /> |
24 <data format="sdf" name="sdf_outfile"> | 25 <data format="sdf" name="sdf_outfile"> |
25 <filter>fr is True</filter> | 26 <filter>fr is True</filter> |
35 <![CDATA[ | 36 <![CDATA[ |
36 .. class:: infomark | 37 .. class:: infomark |
37 | 38 |
38 **What this tool does** | 39 **What this tool does** |
39 | 40 |
40 Open Molecule Generator - an exhaustive generation of chemical structures | 41 Takes an molecular formula (such as C6H6, C2H5NO2) and returns all possible structures with this elemental composition. |
41 | |
42 | 42 |
43 ]]> | 43 ]]> |
44 </help> | 44 </help> |
45 <citations> | 45 <citations> |
46 <citation type="doi">10.1186/1758-2946-4-21</citation> | 46 <citation type="doi">10.1186/1758-2946-4-21</citation> |