Mercurial > repos > pjbriggs > macs21
view run_planemo_tests.sh @ 23:c7646ff9b5c9 draft default tip
planemo upload commit a2f39c10087e77bde5b5db5d04305f72b8eb2af2
author | pjbriggs |
---|---|
date | Tue, 27 Jun 2023 07:37:07 +0000 |
parents | |
children |
line wrap: on
line source
#!/bin/bash # # Install dependencies and set up environment for # the macs21 tool, then run tests using planemo # # Note that any arguments supplied to the script are # passed directly to the "planemo test..." invocation # # e.g. --install_galaxy (to get planemo to create a # Galaxy instance to run tests) # # --galaxy_root DIR (to run tests using existing # Galaxy instance) # # Run the planemo tests planemo test $@ $(dirname $0)/macs21_wrapper.xml ## #