I’m trying to use the ParaView interactive tool at https://live.usegalaxy.eu and getting an error:
Action requires account activation.
The server could not complete this request. Please verify your parameter settings, retry submission and contact the Galaxy Team if this error persists. A transcript of the submitted data is shown below.
{
"history_id": "c9a5183777f6b06d",
"tool_id": "interactive_tool_paraview",
"tool_version": "0.1",
"inputs": {
"infile": null
}
}
I’d welcome any help in seeing this tool work and, also, how it works, i.e., what was done to make the ParaView desktop tool/GUI work as a Galaxy tool? I posted a question here but unsure if this is the relevant repo as it is several years old: is paraviewweb working with local Galaxy server? · Issue #5 · BMCV/docker-paraviewweb · GitHub
My deeper interest is in creating my own Galaxy interactive tool from a desktop Qt-based tool. And I’d prefer to use just my existing code base, rather than, say, convert it to WebAssembly. So essentially, I believe this means getting an X11 application working in Galaxy. I’d welcome documentation on achieving this as well. I’ve made partial progress: 1) created docker images of my tool and 2) running a local Galaxy instance (with modified .yml and .xml) that displays the tool. But the tool displays as a desktop tool (and requires some OS-specific tricks), rather than in the browser. How do other X11-based interactive tools get displayed in Galaxy?