Mercurial > repos > jpayne > seqsero_v2
diff Makefile @ 17:03f7b358d57f
planemo upload
author | jpayne |
---|---|
date | Tue, 25 Mar 2025 23:22:38 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Makefile Tue Mar 25 23:22:38 2025 -0400 @@ -0,0 +1,8 @@ +.PHONY: help + +help: + @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' + + +test: + planemo t --file_path /tmp/seqsero2_testing --galaxy_python_version 3.8 --skip_venv --galaxy_branch release_24.1 --no_wait \ No newline at end of file