DiSSCo / SDR

Specimen Data Refinery
Apache License 2.0
7 stars 0 forks source link

Introduce unit testing for galaxy tools #81

Open OliverWoolland opened 2 years ago

OliverWoolland commented 2 years ago

Planemo provides easy to use functionality to check the syntax and function of Galaxy tools.

planemo lint --fail_level error

should be used to check tool syntax and

planemo test --galaxy_root=/srv/galaxy 

should be used in conjunction with versioned test files to validation function.

These commands should be built in to the Ansible scripts being developed for #56