Re: [galaxy-dev] user names with authentication

2013-04-19 Thread Jillian Rowe
u.edu Subject: Re: [galaxy-dev] user names with authentication John, that worked! I was able to upload some sample files using usernames, rather then full email address. No errors, no bugs. Thanks! -Adam -- Adam Brenner Computer Science, Undergraduate Student Donald Bren School of Informatio

Re: [galaxy-dev] user names with authentication

2013-04-18 Thread Adam Brenner
John, that worked! I was able to upload some sample files using usernames, rather then full email address. No errors, no bugs. Thanks! -Adam -- Adam Brenner Computer Science, Undergraduate Student Donald Bren School of Information and Computer Sciences Research Computing Support Office of Infor

Re: [galaxy-dev] user names with authentication

2013-04-18 Thread John Chilton
Crazy coincidence, I had the same problem and hadn't even seen the original e-mail from Jillian. My pull request implementing this was merged by Nate earlier this week. https://bitbucket.org/galaxy/galaxy-central/pull-request/157/increased-flexibility-for-ftp-directory/diff You can just grab the

Re: [galaxy-dev] user names with authentication

2013-04-18 Thread Adam Brenner
We would also be looking forward to seeing a solution (or hack) like this. We currently have a a gluster filesystem setup where users drop big data to /gl/tmp/user/. Keeping this format would be best. However, I believe a simple symbolic link would also work with Galaxy. for i in $(ls /gl/tm

[galaxy-dev] user names with authentication

2013-04-14 Thread Jillian Rowe
Hello, I have a galaxy instance authentication using LDAP. The authentication works fine, and I would like to enable the user upload option. I would like to have: user_library_import_dir = /a/path and for galaxy to look for users with just the username. So if I log in with au...@example.com