Based off of jmchilton's template, except running tests against UseGalaxy.be
The results of the tests are shown as a proof of health of the service and examples of the kind of analysis that can be done in it.
These workflows will be run automatically against usegalaxy.be
An introduction to workflow testing and a tutorial can be found at the Galaxy Training Network.
You can use the command line tool jq
to pretty-print the workflow .ga files:
cat wf.ga | jq . -S > out.ga
or this webservice: https://jsonformatter.org/
from vim:
:%!python -m json.tool