Mercurial > repos > ethevenot > univariate
annotate Makefile @ 3:eb27e0fe9ea3 draft default tip
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 957d0e442c875f7cf8461866fac9695175ab371b
| author | ethevenot |
|---|---|
| date | Wed, 28 Feb 2018 06:22:18 -0500 |
| parents | c00848a8e302 |
| children |
| rev | line source |
|---|---|
|
1
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
1 all: |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
2 |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
3 test: |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
4 test/test-univ |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
5 |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
6 planemo-venv/bin/planemo: planemo-venv |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
7 . planemo-venv/bin/activate && pip install --upgrade pip setuptools |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
8 . planemo-venv/bin/activate && pip install planemo |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
9 |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
10 planemo-venv: |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
11 virtualenv planemo-venv |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
12 |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
13 planemolint: planemo-venv/bin/planemo |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
14 . planemo-venv/bin/activate && planemo lint |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
15 |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
16 planemotest: planemo-venv/bin/planemo |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
17 . planemo-venv/bin/activate && planemo test --conda_dependency_resolution --galaxy_branch release_17.05 |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
18 |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
19 clean: |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
20 $(RM) -r $(HOME)/.planemo |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
21 $(RM) -r planemo-venv |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
22 |
|
c00848a8e302
planemo upload for repository https://github.com/workflow4metabolomics/univariate.git commit 6f8da7673d82616b52a7efaf64e4a5ccf0c62bbf
ethevenot
parents:
diff
changeset
|
23 .PHONY: all clean test planemolint planemotest |
