Mercurial > repos > lecorguille > xcms_summary
view planemo_test.sh @ 15:e43f928bbcd2 draft
planemo upload for repository https://github.com/workflow4metabolomics/xcms commit 92dd69e5b063aad05a9b2b75e21c78bfa46c4b94
author | lecorguille |
---|---|
date | Thu, 22 Dec 2016 06:00:29 -0500 |
parents | b302779347de |
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-camera/1.22.0/lecorguille/package_bioconductor_camera_1_22_0/22cec61d66c2/env.sh planemo test --install_galaxy #All 1 test(s) executed passed. #abims_xcms_summary[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_summary[0]: passed # -- Use of shed_test planemo shed_test --install_galaxy #All 1 test(s) executed passed. #toolshed.g2.bx.psu.edu/repos/lecorguille/xcms_summary/abims_xcms_summary/1.0.0[0]: passed