annotate confab.xml @ 5:119b462f0f69 draft

planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
author bgruening
date Tue, 07 May 2019 13:33:12 -0400
parents 4c4e812a67a2
children 461f64330945
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
1 <tool id="ctb_confab" name="Conformer calculation" version="0.4">
3
039ef13e3676 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>
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
3 <!--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
4 <requirements>
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
5 <requirement type="package" version="2.4.1">openbabel</requirement>
3
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
6 </requirements>
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
7 <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
8 <![CDATA[
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
9
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
10 obabel
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
11 '${infile}'
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
12 -O '${outfile}'
3
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
13 -i ${infile.ext}
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
14 -o sdf
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
15 --confab
5
119b462f0f69 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 4
diff changeset
16 --verbose
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
17 --rcutoff $RMSD
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
18 --ecutoff $energy
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
19 --conf $conformers
3
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
20 $first_conformer
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
21
3
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
22 ]]>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
23 </command>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
24 <inputs>
5
119b462f0f69 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 4
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"/>
119b462f0f69 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 4
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.'/>
119b462f0f69 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 4
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.'/>
119b462f0f69 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 4
diff changeset
28 <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
29 <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
30 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
31 </inputs>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
32 <outputs>
039ef13e3676 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}"/>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
34 </outputs>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
35 <tests>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
36 <test>
039ef13e3676 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' />
039ef13e3676 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' />
039ef13e3676 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' />
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
40 <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
41 <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
42 <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
43 </test>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
44 </tests>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
45 <help>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
46 <![CDATA[
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
47
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
48 .. class:: infomark
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
49
039ef13e3676 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**
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
51
5
119b462f0f69 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 4
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.
3
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
53
5
119b462f0f69 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit ed9b6859de648aa5f7cde483732f5df20aaff90e
bgruening
parents: 4
diff changeset
54 .. _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
55
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
56 -----
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
57
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
58 .. class:: infomark
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 **Input**
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 * Example::
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 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
65 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
66 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
67 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
68 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
69 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
70 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
71
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
72 .......
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
73
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
81
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
86
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
87 -----
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
88
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
89 .. class:: infomark
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 **Output**
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 * Example::
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 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
96 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
97 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
98 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
99 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
100 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
101 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
102 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
103 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
104 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
105 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
106 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
107 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
108 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
109 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
110 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
111 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
112 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
113 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
114 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
115 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
116 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
117 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
118 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
119
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
120 ::
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
121
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 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
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
133
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
134
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
135
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
136 ]]>
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
137 </help>
4
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
138 <citations>
4c4e812a67a2 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents: 3
diff changeset
139 <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
140 <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
141 </citations>
3
039ef13e3676 planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff changeset
142 </tool>