Mercurial > repos > bgruening > confab
annotate confab.xml @ 6:461f64330945 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 08:22:51 -0400 |
parents | 119b462f0f69 |
children |
rev | line source |
---|---|
6
461f64330945
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents:
5
diff
changeset
|
1 <tool id="ctb_confab" name="Conformer calculation" version="@TOOL_VERSION@+galaxy@GALAXY_VERSION@"> |
461f64330945
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents:
5
diff
changeset
|
2 <macros> |
461f64330945
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents:
5
diff
changeset
|
3 <token name="@TOOL_VERSION@">3.1.1</token> |
461f64330945
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents:
5
diff
changeset
|
4 <token name="@GALAXY_VERSION@">0</token> |
461f64330945
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents:
5
diff
changeset
|
5 </macros> |
461f64330945
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents:
5
diff
changeset
|
6 <description>for molecules (confab) with OpenBabel</description> |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
7 <!--parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="100" shared_inputs="" merge_outputs="outfile"></parallelism--> |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
8 <requirements> |
6
461f64330945
"planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 944ea4bb8a9cd4244152a4a4fecd0485fabc2ad0"
bgruening
parents:
5
diff
changeset
|
9 <requirement type="package" version="@TOOL_VERSION@">openbabel</requirement> |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
10 </requirements> |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
11 <command detect_errors="aggressive"> |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
12 <![CDATA[ |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
13 |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
14 obabel |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
15 '${infile}' |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
16 -O '${outfile}' |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
17 -i ${infile.ext} |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
18 -o sdf |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
19 --confab |
5
119b462f0f69
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
20 --verbose |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
21 --rcutoff $RMSD |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
22 --ecutoff $energy |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
23 --conf $conformers |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
24 $first_conformer |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
25 |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
26 ]]> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
27 </command> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
28 <inputs> |
5
119b462f0f69
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
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"/> |
119b462f0f69
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
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.'/> |
119b462f0f69
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
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.'/> |
119b462f0f69
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
32 <param name='conformers' type='integer' value='1000000' label='Max number of conformers to test' /> |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
33 <param name='first_conformer' type='boolean' truevalue='--original' falsevalue='' |
5
119b462f0f69
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
34 label='Include the input conformation as the first conformer' help='If yes, the original conformation is included in the output file'/> |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
35 </inputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
36 <outputs> |
039ef13e3676
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}"/> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
38 </outputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
39 <tests> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
40 <test> |
039ef13e3676
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' /> |
039ef13e3676
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' /> |
039ef13e3676
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' /> |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
44 <param name='conformers' value='10' /> |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
45 <param name='first_conformer' value="True" /> |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
46 <output name="outfile" file='confab_on_CID_3033.sdf' ftype='sdf' lines_diff="2"/> |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
47 </test> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
48 </tests> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
49 <help> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
50 <![CDATA[ |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
51 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
52 .. class:: infomark |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
53 |
039ef13e3676
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** |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
55 |
5
119b462f0f69
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
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. |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
57 |
5
119b462f0f69
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents:
4
diff
changeset
|
58 .. _Confab: https://open-babel.readthedocs.io/en/latest/3DStructureGen/multipleconformers.html#confab |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
59 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
60 ----- |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
61 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
62 .. class:: infomark |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
63 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
64 **Input** |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
65 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
66 * Example:: |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
67 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
75 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
76 ....... |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
77 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
85 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
90 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
91 ----- |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
92 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
93 .. class:: infomark |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
94 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
95 **Output** |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
96 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
97 * Example:: |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
98 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
123 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
124 :: |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
125 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
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 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
137 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
138 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
139 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
140 ]]> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
141 </help> |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
142 <citations> |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
143 <citation type="doi">10.1186/1758-2946-3-33</citation> |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
144 <citation type="doi">10.1186/1758-2946-3-8</citation> |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
145 </citations> |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
146 </tool> |