Re: [galaxy-dev] create a folder inside a library folder using API

2013-04-18 Thread Nate Coraor
On Apr 18, 2013, at 6:36 AM, Hagai Cohen wrote: > Hi, > How can I create a folder inside another library folder? > I tried: > > lib_create_data = { >'name':'mm9', >'create_type': 'folder', >} > submit(api_key, api

[galaxy-dev] create a folder inside a library folder using API

2013-04-18 Thread Hagai Cohen
Hi, How can I create a folder inside another library folder? I tried: lib_create_data = { 'name':'mm9', 'create_type': 'folder', } submit(api_key, api_url + "libraries/%s/contents" % library_id, lib_create_data, retur