May you please tell me which folder in the Galaxy-dist folders where the wrappers are?
how do I know if the python code is written for the wrapper or tool? Can you reference an example in the Galaxy-dist
Thanks.
May you please tell me which folder in the Galaxy-dist folders where the wrappers are?
how do I know if the python code is written for the wrapper or tool? Can you reference an example in the Galaxy-dist
Thanks.
The built in Galaxy tools are in the /tools folder. Please read the page that Björn linked you to before thoroughly: https://wiki.galaxyproject.org/Admin/Tools/AddToolTutorial
You can read the wrapper code and learn what it does in order to see if it is standalone or calls something else. Most/all tools distributed with Galaxy should be standalone.
Thanks Martin, sorry to keep asking all of these questions, but I am really new to this setup and your help is much appreciated.
so the Perl Script is for the tool, NOT the WRAPPER, in this tutorial? https://wiki.galaxyproject.org/Admin/Tools/AddToolTutorial
I'm under galaxy-dist/tools/stats/grouping.py is this grouping.py code for writing a python tool or wrapper? Or both. how did you know which one it's for?
Can you recommend a python file (simplest python code) I can work with so I can easily visualize how the wrapper is affecting the galaxy interface? any simple example would help me clear this up.
Thanks. -Roy