[galaxy-dev] how to use api to log in Galaxy?

2014-11-18 Thread xlwang
Hi, I want to integrate Galaxy with another system. When I log in this system, then click a link jump to Galaxy, this user has already logged into Galaxy. Now, I can use api to create a user at the same time in this system and Galaxy, but how to use api to log in Galaxy?_

[galaxy-dev] How to use Galaxy API?

2013-12-17 Thread xlwang
Hello, I want to know how to use Galaxy API(the path is /galaxy-dist/scripts/api). I follow the README but get errors. For instance, I have generated my_key and use this script: ./display.py my_key http://localhost:4096/api/libraries I get an error: I do not know how it happened. Please

[galaxy-dev] how to create users through Galaxy API?

2013-12-27 Thread xlwang
hello, I want to create users through Galaxy API.For example, I can get users information through url like this(use postman): http://localhost:8080/api/users?key=my_key But how to create a user?___ Please keep all replies on the list by u

[galaxy-dev] I can't use API to create a user!

2014-01-09 Thread xlwang
When I use API to create a user, I get an error! The command is: #curl -d '{"username":"test","password":"test","email":"1...@123.com"}' http://myip:8080/api/users?key=my_key I get some information: And I find the api controller source code of users in my galaxy instance, it's differe

[galaxy-dev] I still can't use API to create a user!

2014-01-14 Thread xlwang
When I use API to create a user, I get an error! And this time I use the galaxy instance from galaxy-central. The command is: #curl -d '{"username":"test","password":"test","email":"1...@123.com"}' http://myip:8080/api/users?key=my_key I get some information: And the web server give me so

Re: [galaxy-dev] galaxy-dev Digest, Vol 96, Issue 14

2014-06-12 Thread xlwang
Hello, when i run my galaxy instance type: $ sh run.sh I get some error like this: Traceback (most recent call last): File "/export/galaxy-dist/lib/galaxy/webapps/galaxy/buildapp.py", line 38, in app_factory from galaxy.app import UniverseApplication File "/export/galaxy-dist/lib/g

[galaxy-dev] Can't startup the galaxy-central instance!

2014-06-16 Thread xlwang
hi, I downloaded and installed the galaxy-central instance because I want to use toolshed. But I can't startup the instance, The following error occurred: Fetched http://eggs.galaxyproject.org/WebError/WebError-0.8a-py2.7.egg Fetched http://eggs.galaxyproject.org/twill/twill-0.9-py2.7.egg Fetch