Is it possible to run galaxy jobs with the system python instead of the virtualenv'ed one that runs the server?
I want to do that because of many packages available in the system python, that I don't want to install in the virtualenv; or for the time being, as tool dependencies.
Also open to hearing why this is a bad idea if it is.
Thanks
I expect it could be done with a wrapper shell script, but I'm hoping for a more direct way.