Victor;
Using the central repository with a newer version of python and the virtual env Peter suggested all worked out great.
I was able to create a request form and sample form from the admin section. Now I can create a new sequencing request and use it to add samples etc. All this looked very good!
Awesome. Great to hear it.
Now when I do this 3. Add configured request types, forms and sample states to the database:
$ python scripts/nglims/add_ng_defaults.py universe_wsgi.ini I get,
galaxy-central > sudo python scripts/nglims/add_ng_defaults.py universe_wsgi.ini Traceback (most recent call last): File "scripts/nglims/add_ng_defaults.py", line 363, in <module> main(*args) File "scripts/nglims/add_ng_defaults.py", line 57, in main db_con = "sqlite:///%s?isolation_level=IMMEDIATE" % config["database_file"] KeyError: 'database_file'
It looks like database_connection isn't set in your universe_wsgi.ini. If you update the repository (hg pull; hg update) or grab the latest script I added a fix for this case: http://bitbucket.org/chapmanb/galaxy-central/src/tip/scripts/nglims/add_ng_d... You may also want to explicitly set the connection in the configuration file as a more general solution. Let us know if you run into any other problems. Thanks much, Brad