Mercurial > repos > ethevenot > qualitymetrics
diff build.xml @ 2:596320b84315 draft
planemo upload for repository https://github.com/workflow4metabolomics/qualitymetrics.git commit 95d4658e5d9dd0421c9336b2232cc81f32879621
author | ethevenot |
---|---|
date | Thu, 11 Jan 2018 12:52:08 -0500 |
parents | 6d3b7b6573d8 |
children |
line wrap: on
line diff
--- a/build.xml Fri Oct 21 12:56:22 2016 -0400 +++ b/build.xml Thu Jan 11 12:52:08 2018 -0500 @@ -30,13 +30,13 @@ ~ PLANEMO TEST ~ ~~~~~~~~~~~~~--> - <target name="planemo.test" depends="planemo.conda.install"> + <target name="planemo.test"> <exec executable="planemo" failonerror="true"> <arg value="test"/> <arg value="--conda_prefix"/> <arg value="${conda.dir}"/> <arg value="--galaxy_branch"/> - <arg value="release_16.07"/> + <arg value="release_17.05"/> <arg value="--conda_dependency_resolution"/> <arg value="${tool.xml}"/> </exec>