Re: [galaxy-dev] Upload files from filesystem paths for non admin users

2011-02-18 Thread Jean-Baptiste Denis
On 02/03/2011 07:35 PM, Greg Von Kuster wrote: > Hello Jean-Baptiste, > > Running the latest revision in the distribution, (4895:ad933d160a7c), > I have followed your steps precisely and do not see the behavior you state. Hello, thank you for having trying to reproduce my problem. I've updated m

Re: [galaxy-dev] Local galaxy installation problem. Please help.

2011-02-18 Thread Nate Coraor
Tena Sakai wrote: > Hi Nate, > > I am still not there, though I am getting closer... > > I changed the port to in universe_wsgi.ini and > Here's what appears on my screen: > galaxy.web.buildapp DEBUG 2011-02-17 13:42:08,285 Enabling 'eval > exceptions' middleware > galaxy.web.buildapp

Re: [galaxy-dev] local galaxy display problem

2011-02-18 Thread Nate Coraor
Ryan Golhar wrote: > > >>I've implemented the "Serving Galaxy at a sub directory (such as > >>/galaxy)", made the change to Apache, and the universe_wsgi.ini. > >>When I view the page through Apache using http://server.name/galaxy, > >>the page is garbled like something didn't take. > > > >Hi Ryan

Re: [galaxy-dev] local galaxy display problem

2011-02-18 Thread Nate Coraor
Ryan Golhar wrote: > SOLVED. I copied/paste the Rewrite rules for apache from the wiki > without updating the paths to my installation...once I did that, all > worked well. Whoops, I should read ahead before I reply. Glad it's working! --nate > > > > On 2/17/11 5:07 PM, Ryan Golhar wrote: >

Re: [galaxy-dev] Torque drmaa egg

2011-02-18 Thread Nate Coraor
Ryan Golhar wrote: > Nevermind (once again). I figured out I need to compile it from the > torque... You can also use the 'pbs' job runner, which wraps the PBS C API directly instead of using DRMAA. --nate > > On 2/17/11 10:30 PM, Ryan Golhar wrote: > >I'm configuring my local install of galax

Re: [galaxy-dev] unable to login user to local instance

2011-02-18 Thread Ryan Golhar
Ryan, congratulations on getting this far! Thank you! :) Ok, so I think I have everything set up correctly. I'll test my cluster integration tomorrow. For now, I can see galaxy from my web browser. First issue - When I go to User -> Login and try to log myself in (I've

Re: [galaxy-dev] unable to login user to local instance

2011-02-18 Thread Ryan Golhar
Ok, I don't know what happened with this...I reinstalled from scratch and i seems to be working now. I suspect perhaps because I started galaxy a few times before migrating to mysql. This time, I deleted everything, changed the config settings then started galaxy. I'm now on to testing my cl

[galaxy-dev] cluster path question

2011-02-18 Thread Ryan Golhar
I'm setting up Galaxy to run on my cluster using drmaa. I can see jobs getting submitted to Torque however the jobs keep failing, because the tools are in the default system path. How do I tell galaxy to append a directory to the path used by jobs? -- CONFIDENTIALITY NOTICE: This email commun

Re: [galaxy-dev] cluster path question

2011-02-18 Thread Nate Coraor
Ryan Golhar wrote: > I'm setting up Galaxy to run on my cluster using drmaa. I can see > jobs getting submitted to Torque however the jobs keep failing, > because the tools are in the default system path. > > How do I tell galaxy to append a directory to the path used by jobs? Hi Ryan, Whatever

Re: [galaxy-dev] cluster path question

2011-02-18 Thread Ryan Golhar
Ryan Golhar wrote: I'm setting up Galaxy to run on my cluster using drmaa. I can see jobs getting submitted to Torque however the jobs keep failing, because the tools are in the default system path. How do I tell galaxy to append a directory to the path used by jobs? Hi Ryan, Whatever user

Re: [galaxy-dev] cluster path question

2011-02-18 Thread Nate Coraor
Ryan Golhar wrote: > > >Ryan Golhar wrote: > >>I'm setting up Galaxy to run on my cluster using drmaa. I can see > >>jobs getting submitted to Torque however the jobs keep failing, > >>because the tools are in the default system path. > >> > >>How do I tell galaxy to append a directory to the pat

Re: [galaxy-dev] cluster path question

2011-02-18 Thread Zhibin Lu
Hi, I had same problem since we do not install software in the system directory. I had to add PATH into ./lib/galaxy/jobs/runners/drmaa.py manually. I do not know if anyone has better solution. Zhibin Lu Bioinformatics Support Ontario Institute for Cancer Research MaRS Centre, Sou

Re: [galaxy-dev] cluster path question

2011-02-18 Thread Ryan Golhar
It turns out the user's environment is not set up for batch jobs, only the system environment. I too added ". ~/.bashrc" to lib/galaxy/jobs/runners/drmaa.py. I'm afraid this is a kludgy fix that will break if/when the drmaa.py file gets updated. It'll work for now, but there has got to be a

Re: [galaxy-dev] cluster path question

2011-02-18 Thread Nate Coraor
Ryan Golhar wrote: > It turns out the user's environment is not set up for batch jobs, > only the system environment. I too added ". ~/.bashrc" to > lib/galaxy/jobs/runners/drmaa.py. > > I'm afraid this is a kludgy fix that will break if/when the drmaa.py > file gets updated. It'll work for now,

Re: [galaxy-dev] cluster path question

2011-02-18 Thread Glen Beane
On Feb 18, 2011, at 2:12 PM, Ryan Golhar wrote: > It turns out the user's environment is not set up for batch jobs, only > the system environment. I too added ". ~/.bashrc" to > lib/galaxy/jobs/runners/drmaa.py. > > I'm afraid this is a kludgy fix that will break if/when the drmaa.py > file

Re: [galaxy-dev] cluster path question

2011-02-18 Thread Ryan Golhar
On 2/18/11 2:37 PM, Glen Beane wrote: On Feb 18, 2011, at 2:12 PM, Ryan Golhar wrote: It turns out the user's environment is not set up for batch jobs, only the system environment. I too added ". ~/.bashrc" to lib/galaxy/jobs/runners/drmaa.py. I'm afraid this is a kludgy fix that will brea

Re: [galaxy-dev] [galaxy-user] Peep view for history elements broken on IE?

2011-02-18 Thread Kanwei Li
All: I retested under IE7 and found the bugs you were mentioning. This has all been fixed on trunk by using a newer local storage library. The only IE7 issue that I am now aware of is when the tool pane is empty when using workflows. Please let me know if you see any other issues. Thanks, K On

Re: [galaxy-dev] unable to login user to local instance

2011-02-18 Thread Peter Cock
On Fri, Feb 18, 2011 at 5:01 PM, Ryan Golhar wrote: > Ok, I don't know what happened with this...I reinstalled from scratch and ... > > Traceback (most recent call last): >  File "/home/galaxy/galaxy-dist/tools/new_operations/get_flanks.py", line > 16, in ? > ... >  File > "/home/galaxy/galaxy-dis

[galaxy-dev] uploading gzip compressed datasets

2011-02-18 Thread Ryan Golhar
Hi all - I'm uploading datasets into my local instance by importing from the filesystem w/o copying into Galaxy. Importing of uncompressed files works properly. The files I'm importing are owned by user1 and a read-able by everyone, including the galaxy user. The galaxy user does not have wr

Re: [galaxy-dev] [galaxy-user] Peep view for history elements broken on IE?

2011-02-18 Thread Kanwei Li
The empty tool pane issue for IE is now fixed on tip as well. Thanks, -K On Fri, Feb 18, 2011 at 3:13 PM, Kanwei Li wrote: > All: > > I retested under IE7 and found the bugs you were mentioning. This has all > been fixed on trunk by using a newer local storage library. The only IE7 > issue tha

[galaxy-dev] sorting bam

2011-02-18 Thread vasu punj
Can I sort (chr) bam file in Glaxay or I have to go back to samtools please? ___ To manage your subscriptions to this and other Galaxy lists, please use the interface at: http://lists.bx.psu.edu/

[galaxy-dev] February 18, 2011 Galaxy Development News Brief

2011-02-18 Thread Jennifer Jackson
February 18, 2011 Galaxy Development News Brief http://bitbucket.org/galaxy/galaxy-central/wiki/Features/DevNewsBrief/2011_02_18 Get Galaxy! http://bitbucket.org/galaxy/galaxy-central/wiki/GetGalaxy new: % hg clone http://www.bx.psu.edu/hg/galaxy galaxy-dist upgrade: % hg pull -u