Mercurial > repos > lain > ms2snoop
view planemo_test.sh @ 1:d12c213ea7c1 draft
" master branch Updating"
author | lain |
---|---|
date | Thu, 14 Apr 2022 13:30:53 +0000 |
parents | 67733206be53 |
children |
line wrap: on
line source
if [ ! -d ".venv" ];then python3 -m virtualenv .venv ; . .venv/bin/activate \ && pip install planemo \ ; fi . .venv/bin/activate \ && planemo conda_install --conda_prefix /tmp/MS2snoop/ . ; . .venv/bin/activate \ && planemo test \ --install_galaxy \ --conda_dependency_resolution \ --conda_prefix /tmp/MS2snoop/ \ --no_cleanup \ ;