Skip to content

usegalaxy-be/workflow-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Automated testing of workflows against UseGalaxy.be

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages