Installing a new tool

Hello! I was wondering if it was possible to install a tool unto the eu server called el_gato (Galaxy Tool Shed)?

Thank you ahead of time!

Hi @matias

Please see this topic for where to make the request to the EU server administrators.

However, this particular tool doesn’t seem to be quite ready to use! There is no development repository and the entire content appears to be just two lines in the Main ToolShed (what you linked) and the same is in the Test ToolShed (here). It might be a placeholder or a test.

The underlying tool does seem to be open source, so this could probably be wrapped for Galaxy, unless there is something special about it that I missed!

And I don’t see that the IUC is working on it. You could make a request to them for a new tool to be wrapped. Add this under Issues and link in the original software and what is currently in the ToolShed for context. You can also link this topic. Please let us know if you would like help with this!

Finally, for strain identification via mapping and variant calls, you might be interested in this :graduation_cap: GTN tutorial. The logic and rules around typing will vary by species, but most if not all of what is applied in El Gato software should be possible in Galaxy, too.


I hope this helps! Follow up questions are welcome and please correct me if I misunderstood anything! :slight_smile:

The tool in the toolshed looks like a good start but would need some work. As @jennaj mentioned you could open an issue at IUC (ideally mentioning the toolshed link and this help post).

I would like to add to ask at the microbial community for possible alternatives or additional thoughts : https://matrix.to/#/#galaxyproject_microGalaxy:gitter.im

Thank you for your answers! I made the wrapper for it and it seems to work on my private galaxy instance. There is now a repository linked. Should I open an issue on the use galaxy-eu-tools Github? Thank you again for all the advice!

Is there a GitHub repo for the tool itself? Would be better to link this.

I guess for installation a few improvements are needed. If we know the GitHub repo of the tool we could ask for a review by IUC. Then installation should be possible.

Hi again, yes there is also a link to the original Github repo on the toolshed page. https://toolshed.g2.bx.psu.edu/view/matwan/el_gato/02a54beb3eef

First suggestion is that you need tests in your repo. Have a look here GitHub - galaxyproject/galaxy-tool-repository-template · GitHub how this can be setup.