Mercurial > repos > eschen42 > mqppep_preproc
view run_planemo_test.sh @ 28:2a11f2766542 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/mqppep commit be6750cb1d7ae18e71b60ae6f2c55e5331105c4f
| author | eschen42 |
|---|---|
| date | Thu, 27 Oct 2022 18:53:40 +0000 |
| parents | |
| children |
line wrap: on
line source
#!/bin/env bash WHATTOTEST=$1 old_path=$PATH new_path=`echo $PATH | sed -e "s^/home/rstudio/bin/tinytex:^^"` export PATH=$new_path planemo test --biocontainers --galaxy_root ~/galaxy/thor/planemo_galaxy/galaxyproject-galaxy ${WHATTOTEST:-.}
