Mercurial > repos > bgruening > confab
annotate confab.xml @ 4:4c4e812a67a2 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
author | bgruening |
---|---|
date | Sat, 20 May 2017 08:31:56 -0400 |
parents | 039ef13e3676 |
children | 119b462f0f69 |
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 |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
16 --rcutoff $RMSD |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
17 --ecutoff $energy |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
18 --conf $conformers |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
19 $first_conformer |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
20 |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
21 ]]> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
22 </command> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
23 <inputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
24 <param name="infile" type="data" format="sdf,mol2" label="Input molecule with 3D coordinates" help="Dataset missing? See TIP below"/> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
25 <param name='RMSD' type='float' value='0.5' label='RMSD cutoff (in Angstrom)' /> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
26 <param name='energy' type='float' value='50.0' label='Energy cutoff (in kcal/mol)' /> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
27 <param name='conformers' type='integer' value='100' 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
|
28 <param name='first_conformer' type='boolean' truevalue='--original' falsevalue='' |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
29 label='Include the input conformation as the first conformer' /> |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
30 </inputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
31 <outputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
32 <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
|
33 </outputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
34 <tests> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
35 <test> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
36 <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
|
37 <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
|
38 <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
|
39 <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
|
40 <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
|
41 <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
|
42 </test> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
43 </tests> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
44 <help> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
45 <![CDATA[ |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
46 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
47 .. class:: infomark |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
48 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
49 **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
|
50 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
51 Confab_ is a conformation generator. The algorithm starts with an input 3D structure which, after some initialisation steps, is used to generate multiple conformers which are filtered on-the-fly to identify diverse low energy conformers. |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
52 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
53 .. _Confab: https://code.google.com/p/confab/ |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
54 |
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 .. class:: infomark |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
58 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
59 **Input** |
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 * Example:: |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
62 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
63 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
|
64 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
|
65 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
|
66 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
|
67 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
|
68 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
|
69 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
|
70 |
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 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
|
74 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
|
75 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
|
76 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
|
77 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
|
78 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
|
79 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
|
80 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
81 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
|
82 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
|
83 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
|
84 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
|
85 |
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 .. class:: infomark |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
89 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
90 **Output** |
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 * Example:: |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
93 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
94 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
|
95 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
|
96 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
|
97 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
|
98 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
|
99 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
|
100 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
|
101 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
|
102 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
|
103 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
|
104 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
|
105 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
|
106 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
|
107 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
|
108 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
|
109 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
|
110 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
|
111 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
|
112 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
|
113 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
|
114 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
|
115 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
|
116 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
|
117 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
|
118 |
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 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
|
122 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
|
123 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
|
124 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
|
125 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
|
126 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
|
127 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
|
128 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
|
129 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
|
130 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
|
131 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
|
132 |
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 </help> |
4
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
137 <citations> |
4c4e812a67a2
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit 01da22e4184a5a6f6a3dd4631a7b9c31d1b6d502
bgruening
parents:
3
diff
changeset
|
138 <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
|
139 <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
|
140 </citations> |
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
141 </tool> |