root/galaxy-central/eggs.ini

リビジョン 2, 1.6 KB (コミッタ: hatakeyama, 14 年 前)

import galaxy-central

行番号 
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]
10repository = http://eggs.g2.bx.psu.edu/new
11; these eggs must be scrambled for your local environment
12no_auto = pbs_python DRMAA_python
13
14[eggs:platform]
15bx_python = 0.5.0
16Cheetah = 2.2.2
17DRMAA_python = 0.2
18MySQL_python = 1.2.3c1
19numpy = 1.3.0
20pbs_python = 4.1.0
21psycopg2 = 2.0.13
22pycrypto = 2.0.1
23pysam = 0.1.1
24pysqlite = 2.5.6
25python_lzo = 1.08_2.03_static
26simplejson = 2.1.1
27threadframe = 0.2
28guppy = 0.1.8
29
30[eggs:noplatform]
31amqplib = 0.6.1
32Beaker = 1.4
33decorator = 3.1.2
34docutils = 0.4
35drmaa = 0.4b3
36elementtree = 1.2.6_20050316
37GeneTrack = 2.0.0_beta_1
38lrucache = 0.2
39Mako = 0.2.5
40nose = 0.11.1
41NoseHTML = 0.3.1
42Paste = 1.6
43PasteDeploy = 1.3.3
44PasteScript = 1.7.3
45pexpect = 2.4
46Routes = 1.12.3
47SQLAlchemy = 0.5.6
48sqlalchemy_migrate = 0.5.4
49SVGFig = 1.1.6
50Tempita = 0.1
51twill = 0.9
52WebError = 0.8a
53WebHelpers = 0.2
54WebOb = 0.8.5
55wsgiref = 0.1.2
56Babel = 0.9.4
57wchartype = 0.1
58Whoosh = 0.3.18
59
60; extra version information
61[tags]
62psycopg2 = _8.4.2_static
63pysqlite = _3.6.17_static
64MySQL_python = _5.1.41_static
65bx_python = _dev_f74aec067563
66GeneTrack = _dev_48da9e998f0caf01c5be731e926f4b0481f658f0
67SQLAlchemy = _dev_r6498
68pysam = _kanwei_90e03180969d
69
70; dependency source urls, necessary for scrambling.  for an explanation, see
71; the wiki page above
72[source]
73MySQL_python = mysql-5.1.41
74psycopg2 = postgresql-8.4.2
75pysqlite = sqlite-amalgamation-3_6_17
76
77[dependencies]
78bx_python = numpy
Note: リポジトリブラウザについてのヘルプは TracBrowser を参照してください。