Mercurial > repos > lain > ms2snoop
view planemo_test.sh @ 0:67733206be53 draft
" master branch Updating"
author | lain |
---|---|
date | Thu, 14 Apr 2022 10:23:15 +0000 |
parents | |
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 \ ;