1 | ; |
---|
2 | ; Galaxy egg version configuration |
---|
3 | ; |
---|
4 | ; This file is version controlled and should not be edited by hand! |
---|
5 | ; For more information, see: |
---|
6 | ; http://bitbucket.org/galaxy/galaxy-central/wiki/Config/Eggs |
---|
7 | ; |
---|
8 | |
---|
9 | [general] |
---|
10 | repository = http://eggs.g2.bx.psu.edu/new |
---|
11 | ; these eggs must be scrambled for your local environment |
---|
12 | no_auto = pbs_python DRMAA_python |
---|
13 | |
---|
14 | [eggs:platform] |
---|
15 | bx_python = 0.5.0 |
---|
16 | Cheetah = 2.2.2 |
---|
17 | DRMAA_python = 0.2 |
---|
18 | MySQL_python = 1.2.3c1 |
---|
19 | numpy = 1.3.0 |
---|
20 | pbs_python = 4.1.0 |
---|
21 | psycopg2 = 2.0.13 |
---|
22 | pycrypto = 2.0.1 |
---|
23 | pysam = 0.1.1 |
---|
24 | pysqlite = 2.5.6 |
---|
25 | python_lzo = 1.08_2.03_static |
---|
26 | simplejson = 2.1.1 |
---|
27 | threadframe = 0.2 |
---|
28 | guppy = 0.1.8 |
---|
29 | |
---|
30 | [eggs:noplatform] |
---|
31 | amqplib = 0.6.1 |
---|
32 | Beaker = 1.4 |
---|
33 | decorator = 3.1.2 |
---|
34 | docutils = 0.4 |
---|
35 | drmaa = 0.4b3 |
---|
36 | elementtree = 1.2.6_20050316 |
---|
37 | GeneTrack = 2.0.0_beta_1 |
---|
38 | lrucache = 0.2 |
---|
39 | Mako = 0.2.5 |
---|
40 | nose = 0.11.1 |
---|
41 | NoseHTML = 0.3.1 |
---|
42 | Paste = 1.6 |
---|
43 | PasteDeploy = 1.3.3 |
---|
44 | PasteScript = 1.7.3 |
---|
45 | pexpect = 2.4 |
---|
46 | Routes = 1.12.3 |
---|
47 | SQLAlchemy = 0.5.6 |
---|
48 | sqlalchemy_migrate = 0.5.4 |
---|
49 | SVGFig = 1.1.6 |
---|
50 | Tempita = 0.1 |
---|
51 | twill = 0.9 |
---|
52 | WebError = 0.8a |
---|
53 | WebHelpers = 0.2 |
---|
54 | WebOb = 0.8.5 |
---|
55 | wsgiref = 0.1.2 |
---|
56 | Babel = 0.9.4 |
---|
57 | wchartype = 0.1 |
---|
58 | Whoosh = 0.3.18 |
---|
59 | |
---|
60 | ; extra version information |
---|
61 | [tags] |
---|
62 | psycopg2 = _8.4.2_static |
---|
63 | pysqlite = _3.6.17_static |
---|
64 | MySQL_python = _5.1.41_static |
---|
65 | bx_python = _dev_f74aec067563 |
---|
66 | GeneTrack = _dev_48da9e998f0caf01c5be731e926f4b0481f658f0 |
---|
67 | SQLAlchemy = _dev_r6498 |
---|
68 | pysam = _kanwei_90e03180969d |
---|
69 | |
---|
70 | ; dependency source urls, necessary for scrambling. for an explanation, see |
---|
71 | ; the wiki page above |
---|
72 | [source] |
---|
73 | MySQL_python = mysql-5.1.41 |
---|
74 | psycopg2 = postgresql-8.4.2 |
---|
75 | pysqlite = sqlite-amalgamation-3_6_17 |
---|
76 | |
---|
77 | [dependencies] |
---|
78 | bx_python = numpy |
---|