annotate confab.xml @ 28:4bd0cbd904d5 draft default tip

"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
author bgruening
date Tue, 28 Jul 2020 11:54:35 +0000
parents 7198475e0755
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
28
4bd0cbd904d5 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 27
diff changeset
1 <tool id="ctb_confab" name="Conformer calculation" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@">
4bd0cbd904d5 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 27
diff changeset
2 <macros>
4bd0cbd904d5 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 27
diff changeset
3 <token name="@TOOL_VERSION@">3.1.1</token>
4bd0cbd904d5 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 27
diff changeset
4 <token name="@GALAXY_VERSION@">0</token>
4bd0cbd904d5 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 27
diff changeset
5 </macros>
4bd0cbd904d5 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 27
diff changeset
6 <description>for molecules (confab) with OpenBabel</description>
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
7 <!--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
8 <requirements>
28
4bd0cbd904d5 "planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents: 27
diff changeset
9 <requirement type="package" version="@TOOL_VERSION@">openbabel</requirement>
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
10 </requirements>
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
11 <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
12 <![CDATA[
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
13
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
14 obabel
26
b0a28a5fd431 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 24
diff changeset
15 '${infile}'
b0a28a5fd431 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 24
diff changeset
16 -O '${outfile}'
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
17 -i ${infile.ext}
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
18 -o sdf
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
19 --confab
27
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
20 --verbose
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
21 --rcutoff $RMSD
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
22 --ecutoff $energy
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
23 --conf $conformers
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
24 $first_conformer
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
25
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
26 ]]>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
27 </command>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
28 <inputs>
27
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
29 <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
30 <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
31 <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
32 <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
33 <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
34 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
35 </inputs>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
36 <outputs>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
37 <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
38 </outputs>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
39 <tests>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
40 <test>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
41 <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
42 <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
43 <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
44 <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
45 <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
46 <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
47 </test>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
48 </tests>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
49 <help>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
50 <![CDATA[
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
51
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
52 .. class:: infomark
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
53
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
54 **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
55
27
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
56 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
57
27
7198475e0755 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 26
diff changeset
58 .. _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
59
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
60 -----
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 .. class:: infomark
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 **Input**
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
65
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
66 * Example::
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
67
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
68 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
69 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
70 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
71 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
72 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
73 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
74 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
75
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
76 .......
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
77
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
78 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
79 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
80 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
81 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
82 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
83 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
84 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
85
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
86 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
87 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
88 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
89 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
90
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
91 -----
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 .. class:: infomark
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 **Output**
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
96
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
97 * Example::
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
98
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
99 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
100 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
101 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
102 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
103 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
104 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
105 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
106 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
107 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
108 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
109 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
110 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
111 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
112 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
113 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
114 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
115 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
116 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
117 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
118 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
119 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
120 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
121 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
122 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
123
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
124 ::
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
125
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
126 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
127 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
128 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
129 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
130 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
131 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
132 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
133 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
134 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
135 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
136 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
137
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
138
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
139
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
140 ]]>
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
141 </help>
24
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
142 <citations>
e8462e1fb27e planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 573c8fb0102ba3ab52fd998494a1b4be3e440620
bgruening
parents: 23
diff changeset
143 <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
144 <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
145 </citations>
23
d323837e346d planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
146 </tool>