Hi Marius,
Now I ran in to some problems.
When trying to change metadata of a file, the python path changes (these tools run using drmaa) to the normal system version. Here tools are ending in error becaus sqlalchemy.orm cannot be found. I can ofcourse install sqlarchemy-python systemwide. But this woudn't make me very happy.
in File: <galaxy>/lib/galaxy_ext/metadata/set_metadata.py
a sys.path.insert to .venv/lib should be added. I don't know what the right plcae for this is.
Do you hava any better ideas for this matter?
Eric