# HG changeset patch # User ethevenot # Date 1515682922 18000 # Node ID c00848a8e30293e727a51e4e67f2ae3a3fdb9806 # Parent ab2ee3414e4e0408a127309dd0af9c4c176fcbcc planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf diff -r ab2ee3414e4e -r c00848a8e302 Makefile --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Thu Jan 11 10:02:02 2018 -0500 @@ -0,0 +1,23 @@ +all: + +test: + test/test-univ + +planemo-venv/bin/planemo: planemo-venv + . planemo-venv/bin/activate && pip install --upgrade pip setuptools + . planemo-venv/bin/activate && pip install planemo + +planemo-venv: + virtualenv planemo-venv + +planemolint: planemo-venv/bin/planemo + . planemo-venv/bin/activate && planemo lint + +planemotest: planemo-venv/bin/planemo + . planemo-venv/bin/activate && planemo test --conda_dependency_resolution --galaxy_branch release_17.05 + +clean: + $(RM) -r $(HOME)/.planemo + $(RM) -r planemo-venv + +.PHONY: all clean test planemolint planemotest diff -r ab2ee3414e4e -r c00848a8e302 build.xml --- a/build.xml Tue Oct 24 08:57:25 2017 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,103 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -