Mercurial > repos > bgruening > confab
annotate confab.xml @ 3:039ef13e3676 draft
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
author | bgruening |
---|---|
date | Sun, 01 Nov 2015 10:34:34 -0500 |
parents | |
children | 4c4e812a67a2 |
rev | line source |
---|---|
3
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
1 <tool id="ctb_confab" name="Conformer calculation" version="0.1"> |
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> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
3 <parallelism method="multi" split_inputs="infile" split_mode="to_size" split_size="100" shared_inputs="" merge_outputs="outfile"></parallelism> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
4 <requirements> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
5 <requirement type="package" version="1.0.1">confab</requirement> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
6 </requirements> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
7 <command> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
8 <![CDATA[ |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
9 confab |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
10 -i ${infile.ext} |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
11 -o sdf |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
12 -r $RMSD |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
13 -e $energy |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
14 -c $conformers |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
15 $first_conformer |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
16 $infile |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
17 $outfile 2>&1 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
18 ]]> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
19 </command> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
20 <inputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
21 <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
|
22 <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
|
23 <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
|
24 <param name='conformers' type='integer' value='100' label='Max number of conformers to test' /> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
25 <param name='first_conformer' type='boolean' truevalue='-a' falsevalue='' label='Include the input conformation as the first conformer' /> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
26 </inputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
27 <outputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
28 <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
|
29 </outputs> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
30 <tests> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
31 <test> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
32 <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
|
33 <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
|
34 <param name='energy' value='50.0' /> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
35 <param name='conformers' value='100000' /> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
36 <param name='first_conformer' value='-a' /> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
37 <output name="outfile" file='confab_on_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 </test> |
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 <help> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
41 <![CDATA[ |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
42 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
43 .. class:: infomark |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
44 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
45 **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
|
46 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
47 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
|
48 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
49 .. _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
|
50 |
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 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
53 .. class:: infomark |
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 **Input** |
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 * Example:: |
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 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
|
60 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
|
61 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
|
62 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
|
63 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
|
64 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
|
65 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
|
66 |
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 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
69 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
|
70 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
|
71 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
|
72 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
|
73 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
|
74 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
|
75 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
|
76 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
77 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
|
78 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
|
79 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
|
80 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
|
81 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
82 ----- |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
83 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
84 .. class:: infomark |
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 **Output** |
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 * Example:: |
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 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
|
91 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
|
92 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
|
93 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
|
94 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
|
95 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
|
96 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
|
97 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
|
98 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
|
99 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
|
100 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
|
101 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
|
102 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
|
103 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
|
104 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
|
105 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
|
106 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
|
107 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
|
108 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
|
109 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
|
110 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
|
111 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
|
112 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
|
113 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
|
114 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
115 :: |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
116 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
117 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
|
118 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
|
119 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
|
120 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
|
121 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
|
122 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
|
123 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
|
124 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
|
125 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
|
126 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
|
127 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
|
128 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
129 ----- |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
130 |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
131 .. class:: infomark |
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 **Cite** |
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 Confab_ |
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 .. _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
|
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> |
039ef13e3676
planemo upload for repository https://github.com/bgruening/galaxytools/tree/master/chemicaltoolbox/confab commit a44c0a13283e873a740eabcad04f021208290dfe-dirty
bgruening
parents:
diff
changeset
|
142 </tool> |