annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
beaac0e14c00 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 1
diff changeset
1 <tool id="ctb_openmg" name="Open Molecule Generator" version="0.2">
beaac0e14c00 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 1
diff changeset
2 <description>- exhaustive generation of chemical structures</description>
0
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
3 <requirements>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
4 <requirement type="package" version="0.1">openmg</requirement>
2
beaac0e14c00 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 1
diff changeset
5 <requirement type="package">java-jdk</requirement>
0
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
6 </requirements>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
7 <command detect_errors="aggressive">
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
8 <![CDATA[
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
9 openmg
1
8d2b075966d6 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents: 0
diff changeset
10 -ec '$ec'
0
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
11 #if $fr:
1
8d2b075966d6 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents: 0
diff changeset
12 -fr '$sdf_outfile'
0
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
13 #end if
1
8d2b075966d6 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit a44364ca5bccd47f9f331143e1abb286096e8807
bgruening
parents: 0
diff changeset
14 -o '$outfile'
0
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
15 ]]>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
16 </command>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
17 <inputs>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
18 <param argument="-ec" type="text" label="Elemental composition of the molecules to be generated"
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
19 help="e.g. C2H5NO2"/>
2
beaac0e14c00 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 1
diff changeset
20 <param name='fr' type='boolean' truevalue='-fr' falsevalue='' label='Output SD-file containing prescribed (single or multiple) substructure(s)'
beaac0e14c00 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 1
diff changeset
21 help="In the case of multiple substructures, they must be non-overlapping" />
0
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
22 </inputs>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
23 <outputs>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
24 <data format="sdf" name="outfile" />
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
25 <data format="sdf" name="sdf_outfile">
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
26 <filter>fr is True</filter>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
27 </data>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
28 </outputs>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
29 <tests>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
30 <test>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
31 <param name="ec" value="C6H6"/>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
32 <output name="outfile" file="openmg_results.sdf" lines_diff="440"/>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
33 </test>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
34 </tests>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
35 <help>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
36 <![CDATA[
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
37 .. class:: infomark
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
38
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
39 **What this tool does**
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
40
2
beaac0e14c00 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 1
diff changeset
41 Takes an molecular formula (such as C6H6, C2H5NO2) and returns all possible structures with this elemental composition.
0
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
42
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
43 ]]>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
44 </help>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
45 <citations>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
46 <citation type="doi">10.1186/1758-2946-4-21</citation>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
47 </citations>
a3a3fcecae1c planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/openmg commit f7082d13bcea600e5a422d85f71d8164d1b9936b
bgruening
parents:
diff changeset
48 </tool>