Mercurial > repos > jpayne > refchooser
diff Makefile @ 1:dcf6c2409ebb draft default tip
planemo upload commit 0afa3db59f582bebcb1aed2cc0f3dc2ade807d86-dirty
| author | jpayne |
|---|---|
| date | Mon, 08 Dec 2025 20:28:57 +0000 |
| parents | 91bc7378c1c5 |
| children |
line wrap: on
line diff
--- a/Makefile Mon Aug 11 15:37:26 2025 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,25 +0,0 @@ -.PHONY: help - -help: ## Show this help message - @echo "Usage: make [target]" - @echo "" - @echo "Targets:" - @grep -E '^[a-zA-Z_-]+:.*?## ' $(MAKEFILE_LIST) | \ - awk 'BEGIN {FS = ":.*?## "}; {printf " %-10s %s\n", $$1, $$2}' - -.setup_done: ## Set up development environment - @echo "Setting up development environment..." - pipx install planemo - @touch .setup_done - -test: .setup_done ## Run tests - @echo "Running tests..." - planemo t --no_wait --galaxy_branch release_24.2 --skip_venv --biocontainers --job_config_file job_conf.yml --job_output_files ./.testing - -lint: .setup_done ## Run linter - @echo "Running linter..." - planemo l - -upload: .setup_done ## Upload package - @echo "Uploading package..." - planemo shed_update --shed_target toolrepo --force_repository_creation \ No newline at end of file
