Search galaxy instances for workflows that are using a specific tool.
To gather the workflows from the galaxy instances in hosts.json
and serve them on localhost:8082
run
cd backend
python workflows.py -t
Then run the client
cd client
yarn run serve