Mercurial > repos > mmonsoor > camera_combinexsannos
changeset 5:d245f818f20a draft
planemo upload commit 9d47e3b467dbbe0af0d90a937c5e9f2c4b958c4b
author | lecorguille |
---|---|
date | Mon, 25 Apr 2016 11:08:14 -0400 |
parents | 9a1a72ee9418 |
children | 558f89a7c5dd |
files | README.rst planemo_test.sh |
diffstat | 2 files changed, 28 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/README.rst Mon Apr 25 09:25:31 2016 -0400 +++ b/README.rst Mon Apr 25 11:08:14 2016 -0400 @@ -25,3 +25,12 @@ - NEW: combinexsAnnos Check CAMERA ion species annotation due to matching with opposite ion mode + +Test Status +----------- + +Planemo test using conda: passed + +Planemo test using source env.sh: passed + +Planemo shed_test : passed
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/planemo_test.sh Mon Apr 25 11:08:14 2016 -0400 @@ -0,0 +1,19 @@ +# Example of planemo command to launch test + +# Note: --galaxy_branch "dev" is set to deal with zip file + + +# -- Use of conda dependencies +planemo conda_init --conda_prefix /tmp/mc +planemo conda_install --conda_prefix /tmp/mc . +planemo test --install_galaxy --conda_prefix /tmp/mc --conda_dependency_resolution --galaxy_branch "dev" + +#All 1 test(s) executed passed. +#abims_CAMERA_combinexsAnnos[0]: passed + + +# -- Use of shed_test +planemo shed_test --install_galaxy -t testtoolshed + +#All 1 test(s) executed passed. +#testtoolshed.g2.bx.psu.edu/repos/mmonsoor/camera_combinexsannos/abims_CAMERA_combinexsAnnos/2.0.4[0]: passed