Changeset 1185:26d1b70e105e

Show
Ignore:
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
  • reports_wsgi.ini.sample

    r855 r1185  
    2020#database_file = database/universe.sqlite 
    2121# You may use a SQLAlchemy connection string to specify an external database instead 
    22 database_connection = postgres:///galaxy_test 
     22database_connection = postgres:///galaxy_test?host=/var/run/postgresql 
    2323 
    2424# Where dataset files are saved 
  • tools/annotation_profiler/annotation_profiler_for_interval.py

    r1168 r1185  
    66 
    77import struct, optparse, os, random 
     8from galaxy import eggs 
    89import pkg_resources; pkg_resources.require( "bx-python" ) 
    910import bx.intervals.io