I am using Galaxy as a general workflow engine for some natural language processing tools.
However, We don't want the user to be able to construct any workflows by themselves. Instead, they will be served with some predefined workflows.
How can I show some default workflows on the left panel? Is it possible to hide all of the tools?
Note, You may wonder why I don't wrap up the function of a workflow into one tool, it's due to that I still want the intermediate results be accessible by users in case that some downstream tools fail.