[galaxy-dev] Trouble setting admin status and uploading files

2012-10-03 Thread Jackie Lighten
Hi All, I installed a local Galay instance but found uploads to be incredible slow. I have seen this can be remedied through Admin controls. However my modifications to universe_wsgi.ini still do not enable me to log in as Admin ­ showing the following error message: No such user Š I edited

Re: [galaxy-dev] Trouble setting admin status and uploading files

2012-10-03 Thread Nate Coraor
On Oct 3, 2012, at 8:23 AM, Jackie Lighten wrote: Hi All, I installed a local Galay instance but found uploads to be incredible slow. I have seen this can be remedied through Admin controls. However my modifications to universe_wsgi.ini still do not enable me to log in as Admin –

Re: [galaxy-dev] Improved error logging in TaskWrapper

2012-10-03 Thread Peter Cock
Hi Scott, I see you've been working on this - it looks very comprehensive: https://bitbucket.org/galaxy/galaxy-central/changeset/3d07a7800f9a I can't test this just now, but if I run into any issues with the new code later on, I'll be in touch. Thanks, Peter On Fri, Sep 21, 2012 at 8:42 PM,

Re: [galaxy-dev] submitting jobs as the real user

2012-10-03 Thread David Hoover
This script is used multiple times, so you might want to make sure that this change won't cause files to become readable that you would prefer remain unreadable. From the log output, it looks like files are chmod'd to the user, then later back to the Galaxy user. Is there somewhere else

Re: [galaxy-dev] Trouble setting admin status and uploading files

2012-10-03 Thread Nate Coraor
On Oct 3, 2012, at 10:03 AM, Jackie Lighten wrote: Thanks for your reply, Nate. I guessed as much, and did attempt to log in via my registered account. I get the same error. I am guessing this is because I am on localhost:8080. Do I need to edit to universe_wsgi.ini file to tell my local

Re: [galaxy-dev] submitting jobs as the real user

2012-10-03 Thread Nate Coraor
On Oct 3, 2012, at 10:06 AM, David Hoover wrote: This script is used multiple times, so you might want to make sure that this change won't cause files to become readable that you would prefer remain unreadable. From the log output, it looks like files are chmod'd to the user, then later

Re: [galaxy-dev] submitting jobs as the real user

2012-10-03 Thread David Hoover
While I've got you on the line, do you know why enabling the real user method blanks out the jobName for the PBS job? The jobName is set if the jobs are submitted as the Galaxy user. David On Oct 3, 2012, at 11:03 AM, Nate Coraor wrote: On Oct 3, 2012, at 10:06 AM, David Hoover wrote:

Re: [galaxy-dev] jobName lost when drmaa used with real user use

2012-10-03 Thread Nate Coraor
On Oct 2, 2012, at 3:56 PM, David Hoover wrote: When I use the real user method for running drmaa jobs as the real user, the jobName value gets lost. It's kind of annoying, but not a show stopper. The other values (outputPath, errorPath, remoteCommand, nativeSpecification, etc.) are all

Re: [galaxy-dev] Uploading composite datatypes.....

2012-10-03 Thread Nate Coraor
On Oct 2, 2012, at 11:44 PM, neil.burd...@csiro.au neil.burd...@csiro.au wrote: Hi, I was under the impression that when a composite datatype (basic) file is uploaded then the files contained within the composite file are also uploaded is this not the case? I was hoping my script

[galaxy-dev] Galaxy workflow editor cannot be loaded due to some JS files received 404 not found

2012-10-03 Thread Derrick LIN
Hi guys, We just discovered this issue on our new production galaxy. When trying to open the workflow editor, the page just stuck in the loading bar. I opened the JavaScript debug console of the web browser, I found; GET http://pwbcglxprod:8081/galaxy/static/scripts/jquery.js?v=1348871183404

[galaxy-dev] Trouble setting admin status and uploading files

2012-10-03 Thread Jackie Lighten
Hi All, I installed a local Galay instance but found uploads to be incredible slow. I have seen this can be remedied through Admin controls. However my modifications to universe_wsgi.ini still do not enable me to log in as Admin ­ showing the following error message: No such user Š I edited

Re: [galaxy-dev] jobName lost when drmaa used with real user use

2012-10-03 Thread Oleksandr Moskalenko
David, For instances that run jobs under real user ids I think the job_name variable in drmaa.py does not need the username component in this case anymore as the batch system takes care of that and the resulting job name looks cleaner in the qstat output. I use @@ -184,10 +183,12 @@

[galaxy-dev] unhandled exception

2012-10-03 Thread Langhorst, Brad
(with galaxy-central from a few days ago) URL: http://galaxy/datasets/10385e16ab51958e/display/?preview=True File '/mnt/ngswork/galaxy/galaxy-dist/eggs/Paste-1.6-py2.6.egg/paste/exceptions/errormiddleware.py', line 143 in __call__ app_iter = self.application(environ, start_response) File

Re: [galaxy-dev] Galaxy workflow editor cannot be loaded due to some JS files received 404 not found

2012-10-03 Thread Derrick Lin
Hi Jeremy, We found the cause, there are some corrupted file under database/compiled_templates, we clean up that folder and allow Galaxy to recompile everything. Now it's working. Cheers, Derrick On Wed, Oct 3, 2012 at 11:33 AM, Jeremy Goecks jeremy.goe...@emory.eduwrote: We are using Sep 7

Re: [galaxy-dev] Uploading composite datatypes.....

2012-10-03 Thread Neil.Burdett
Thanks Nate. Maybe you could explain how to use/implement composite datatypes so I can understand fully how it works? The mvb file created is just a list of files i.e. The contents of Test.mvb could be: a.txt b.img c.log So, to get composite datatypes to work do I have to upload