view planemo_test.sh @ 6:123824c7eaa8 draft

planemo upload for repository https://github.com/workflow4metabolomics/xcms commit ec6f0c17bb277ea34f898d96d12d3357220f73d4
author lecorguille
date Wed, 06 Jul 2016 17:43:01 -0400
parents ac93ed26e4e1
children
line wrap: on
line source

# Example of planemo command to launch test

# -- Use of installed package environments
# after having installing package on a local galaxy instance
source /w/galaxy/dev/shed_tools_tool_dependency_dir/R/3.1.2/iuc/package_r_3_1_2/1ca39eb16186/env.sh
source /w/galaxy/dev/shed_tools_tool_dependency_dir/bioconductor-xcms/1.44.0/lecorguille/package_bioconductor_xcms_1_44_0/0c38f7d43e08/env.sh
planemo test --install_galaxy

#All 1 test(s) executed passed.
#abims_xcms_retcor[0]: passed


# -- 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

#All 1 test(s) executed passed.
#abims_xcms_retcor[0]: passed


# -- Use of shed_test
planemo shed_test --install_galaxy --galaxy_branch "dev" -t testtoolshed
#All 1 test(s) executed passed.
#testtoolshed.g2.bx.psu.edu/repos/lecorguille/xcms_retcor/abims_xcms_retcor/2.0.6[0]: passed