Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 914 Bytes

File metadata and controls

30 lines (17 loc) · 914 Bytes

UseGalaxy.be Workflow Testing

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.

Testing

These workflows will be run automatically against usegalaxy.be

Contributing

An introduction to workflow testing and a tutorial can be found at the Galaxy Training Network.

Pretty-printing Worfklow JSON

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