User guide

To use PyGalGen, you need two things:

  • The tools source code

  • Source code has to use argparse module to parse arguments

An example command for wrapper generation

pygalgen --path tool.py --tool-name my_tool --galaxy-profile 16.01 --requirements tool:1.0 --descr "This is an example tool"

All of the programs and main plugins arguments are available at Main program and default plugin parameters