Using --aws-batch-tags name=aws-bastch-test results in error:
snakemake: error: argument --aws-batch-tags: invalid dict value: 'name=aws-bastch-test'
Skimming through the code, it seems that parse_func and unparse_func need to be provided in tags field to properly parse key and value pairs from CLI.
Happy to open a PR if you are accepting contributions!
Using
--aws-batch-tags name=aws-bastch-testresults in error:Skimming through the code, it seems that
parse_funcandunparse_funcneed to be provided in tags field to properly parse key and value pairs from CLI.Happy to open a PR if you are accepting contributions!