annotate confab.xml @ 27:7198475e0755 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
author bgruening
date Tue, 07 May 2019 13:19:32 -0400
parents b0a28a5fd431
children 4bd0cbd904d5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
26
b0a28a5fd431 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 24
diff changeset
1 <tool id="ctb_confab" name="Conformer calculation" version="0.4">
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
2 <description>for molecules (confab)</description>
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
3 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="100" shared_inputs="" merge_outputs="outfile"></parallelism-->
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
4 <requirements>
26
b0a28a5fd431 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 24
diff changeset
5 <requirement type="package" version="2.4.1">openbabel</requirement>
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
6 </requirements>
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
7 <command detect_errors="aggressive">
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
8 <![CDATA[
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
9
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
10 obabel
26
b0a28a5fd431 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 24
diff changeset
11 '${infile}'
b0a28a5fd431 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 24
diff changeset
12 -O '${outfile}'
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
13 -i ${infile.ext}
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
14 -o sdf
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
15 --confab
27
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
16 --verbose
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
17 --rcutoff $RMSD
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
18 --ecutoff $energy
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
19 --conf $conformers
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
20 $first_conformer
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
21
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
22 ]]>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
23 </command>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
24 <inputs>
27
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
25 <param name="infile" type="data" format="sdf,mol2" label="Input molecule with 3D coordinates in SDF or MOL2 format" help="Dataset missing? See TIP below"/>
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
26 <param name='RMSD' type='float' value='0.5' label='RMSD cutoff (Å)' help='Minimum RMSD deviation from the original conformation in order to be classified as a separate conformer.'/>
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
27 <param name='energy' type='float' value='50.0' label='Energy cutoff (in kcal/mol)' help='Minimum energy difference to the original conformation in order to be classified as a separate conformer.'/>
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
28 <param name='conformers' type='integer' value='1000000' label='Max number of conformers to test' />
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
29 <param name='first_conformer' type='boolean' truevalue='--original' falsevalue=''
27
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
30 label='Include the input conformation as the first conformer' help='If yes, the original conformation is included in the output file'/>
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
31 </inputs>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
32 <outputs>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
33 <data format="sdf" name="outfile" label="${tool.name} on ${on_string}"/>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
34 </outputs>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
35 <tests>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
36 <test>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
37 <param name="infile" value='CID_3033.sdf' ftype='sdf' />
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
38 <param name='RMSD' value='0.5' />
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
39 <param name='energy' value='50.0' />
26
b0a28a5fd431 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 24
diff changeset
40 <param name='conformers' value='10' />
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
41 <param name='first_conformer' value="True" />
26
b0a28a5fd431 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 24
diff changeset
42 <output name="outfile" file='confab_on_CID_3033.sdf' ftype='sdf' lines_diff="2"/>
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
43 </test>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
44 </tests>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
45 <help>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
46 <![CDATA[
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
47
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
48 .. class:: infomark
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
49
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
50 **What this tool does**
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
51
27
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
52 Confab_ is a conformation generator. The algorithm starts with an input 3D structure which, after some initialization steps, is used to generate multiple conformers, which are filtered on-the-fly to identify diverse low-energy conformers.
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
53
27
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
54 .. _Confab: https://open-babel.readthedocs.io/en/latest/3DStructureGen/multipleconformers.html#confab
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
55
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
56 -----
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
57
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
58 .. class:: infomark
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
59
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
60 **Input**
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
61
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
62 * Example::
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
63
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
64 21.2060 9.9350 63.0810 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
65 21.2410 9.4460 64.5510 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
66 22.0000 8.1250 64.6300 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
67 21.7010 7.3010 65.5120 O 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
68 23.1180 7.8720 63.7340 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
69 23.4530 8.7270 62.7850 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
70 24.6970 8.4430 61.9510 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
71
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
72 .......
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
73
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
74 1 2 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
75 1 11 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
76 2 3 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
77 3 4 2 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
78 3 5 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
79 5 6 2 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
80 6 7 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
81
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
82 RMSD cutoff (in Angstrom) 0.5
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
83 Energy cutoff (in kcal/mol) 50.0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
84 Max number of conformers to test 100000
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
85 Include the input conformation as the first conformer False
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
86
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
87 -----
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
88
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
89 .. class:: infomark
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
90
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
91 **Output**
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
92
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
93 * Example::
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
94
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
95 23 26 0 0 0 0 0 0 0 0999 V2000
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
96 21.2060 9.9350 63.0810 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
97 21.2410 9.4460 64.5510 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
98 22.0000 8.1250 64.6300 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
99 21.7010 7.3010 65.5120 O 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
100 23.1180 7.8720 63.7340 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
101 23.4530 8.7270 62.7850 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
102 24.6970 8.4430 61.9510 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
103 24.4490 8.6370 60.4430 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
104 23.7890 9.9970 60.0980 C 0 0 2 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
105 22.4340 10.0950 60.8720 C 0 0 1 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
106 22.6140 10.0230 62.4340 C 0 0 1 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
107 21.6330 11.3540 60.4500 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
108 21.4320 11.4340 58.9110 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
109 22.7860 11.4040 58.1690 C 0 0 1 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
110 23.4830 10.0600 58.5980 C 0 0 1 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
111 24.6740 9.9180 57.6180 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
112 24.0720 10.4500 56.2670 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
113 22.7140 11.1490 56.6270 C 0 0 2 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
114 23.6590 12.6770 58.4540 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
115 23.4270 11.2460 63.0070 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
116 22.3750 12.3880 55.7810 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
117 23.2120 12.8760 55.0520 O 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
118 21.0090 12.9760 55.8570 C 0 0 0 0 0 0 0 0 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
119
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
120 ::
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
121
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
122 1 2 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
123 1 11 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
124 2 3 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
125 3 4 2 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
126 3 5 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
127 5 6 2 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
128 6 7 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
129 6 11 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
130 7 8 1 0 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
131 9 8 1 6 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
132 10 9 1 1 0 0 0
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
133
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
134
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
135
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
136 ]]>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
137 </help>
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
138 <citations>
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
139 <citation type="doi">10.1186/1758-2946-3-33</citation>
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
140 <citation type="doi">10.1186/1758-2946-3-8</citation>
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
141 </citations>
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
142 </tool>