-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get image list from Bioshadock #2
Comments
Find a way to contact the BioShaDock server, list all the images, and create a .loc file with all the images name and url. This .loc is called by the Galaxy tool to propose a list to the use. One preliminary idea is to create a "cron" like process to update this list, stored in a .loc galaxy file every X days. Another is to "refresh" this list when the Galaxy user ask for this on the godocker galaxy tool form. REST API for accessing bioshadock here: http://www.genouest.org/api/bioshadock-api/. Find if there is a way to update a ".loc" file from the result of a REST API request when a user call a specifically tool. Create a dedicated "data manager" tool https://wiki.galaxyproject.org/Admin/Tools/DataManagers ( Not sure this can be used "on-demand") when a user call the godocker galaxy tool. |
.loc files are in Galaxy to create lists of data files pointed by an id (or a name). These lists can be called by a xml galaxy tool form to generate a list that the user can use to select an option (id or name) and the .loc file say to galaxy which file is related to this id or name. You can have a look here: https://wiki.galaxyproject.org/Admin/DataIntegration and tool xml like for "blast" |
You can list containers with url: https://docker-ui.genouest.org/container/all but list is quite long. I am thinking about adding a param like https://docker-ui.genouest.org/container/all?format=light to reduce the number of parameter returned (id and description, this is all you need). |
The description tag seems to be the container name. I find https://docker-ui.genouest.org/container/all and https://docker-ui.genouest.org/container/all?format=light to contain 115 images (excluding null and "" values) |
Name of container is field id. And description or short desc can be Le sam. 30 juil. 2016 04:43, Varun Shankar S [email protected] a
|
I am not getting an idea on how to have the code tag get the result from the html file. |
as far as I understand code tag is a script being executed on server side, Le sam. 20 août 2016 à 21:00, Varun Shankar S [email protected] a
|
Provide user with a way to choose the available images from bioshadock.
The text was updated successfully, but these errors were encountered: