Changeset 1185:26d1b70e105e
- Timestamp:
- 04/15/08 13:47:29
(9 months ago)
- Author:
- Greg Von Kuster <greg@bx.psu.edu>
- branch:
- default
- convert_revision:
- svn:9bcadc22-80f8-0310-8a53-c8f022958886/galaxy/trunk@2546
- Message:
Fix for annotation profiler, also fixed database settin gin reports confi sample.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r855 |
r1185 |
|
| 20 | 20 | #database_file = database/universe.sqlite |
|---|
| 21 | 21 | # You may use a SQLAlchemy connection string to specify an external database instead |
|---|
| 22 | | database_connection = postgres:///galaxy_test |
|---|
| | 22 | database_connection = postgres:///galaxy_test?host=/var/run/postgresql |
|---|
| 23 | 23 | |
|---|
| 24 | 24 | # Where dataset files are saved |
|---|
| r1168 |
r1185 |
|
| 6 | 6 | |
|---|
| 7 | 7 | import struct, optparse, os, random |
|---|
| | 8 | from galaxy import eggs |
|---|
| 8 | 9 | import pkg_resources; pkg_resources.require( "bx-python" ) |
|---|
| 9 | 10 | import bx.intervals.io |
|---|