diff --git a/snakelib/utils.snake b/snakelib/utils.snake index 1c14533..0bc1e18 100644 --- a/snakelib/utils.snake +++ b/snakelib/utils.snake @@ -11,7 +11,7 @@ def generate_help(sfile): rule help: ## print list of all targets with help input: - workflow.included + [str(x) for x in workflow.included] run: print("--------------------------------------------") [generate_help(sfile) for sfile in input]