Mercurial > repos > jpayne > seqsero_v2
comparison Makefile @ 17:03f7b358d57f
planemo upload
author | jpayne |
---|---|
date | Tue, 25 Mar 2025 23:22:38 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
16:3b6d5b60968f | 17:03f7b358d57f |
---|---|
1 .PHONY: help | |
2 | |
3 help: | |
4 @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' | |
5 | |
6 | |
7 test: | |
8 planemo t --file_path /tmp/seqsero2_testing --galaxy_python_version 3.8 --skip_venv --galaxy_branch release_24.1 --no_wait |