view planemo_test.sh @ 7:dd0a593dded1 draft

planemo upload commit c3ffcc9ea76a0e143e11613e6841ee59a28578fd
author lecorguille
date Wed, 12 Apr 2017 08:53:04 -0400
parents 03fdfbd914ab
children
line wrap: on
line source

conda create -n r-ipo --use-local r-ipo r-batch
. ~/miniconda2/bin/activate r-ipo
planemo test --install_galaxy --galaxy_branch "dev" --update_test_data


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

planemo test --conda_auto_init --conda_auto_install --conda_dependency_resolution --conda_prefix /tmp/mc --galaxy_branch dev  > planemo.out 2>&1