Mercurial > repos > lain > ms2snoop
diff 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 diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/planemo_test.sh Thu Apr 14 10:23:15 2022 +0000 @@ -0,0 +1,18 @@ + +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 \ +;