Hi,
I am currently working on some user-service functionalities on a local version of galaxy (cistrome actually) and I am looking for a way to save some job details outside of Galaxy.
This would allow the users to consult those even after the datasets are deleted from Galaxy (in order to free some memory on disks).
It would be great to get the same presentation as in the job details (with a column "input parameter", "value", etc), and I have found out that it has something to do with a "show params" function in the Galaxy code, but I can't figure out how to use it.