During my investigation of #22 I discovered that the auth setting is not meant to be parsed when supplied in the Snakefile, but only when passed in through the cli. However, because unparse_func is not specified in the field metadata, an InvalidPluginError is raised when it is actually used in the cli.
During my investigation of #22 I discovered that the
authsetting is not meant to be parsed when supplied in the Snakefile, but only when passed in through the cli. However, becauseunparse_funcis not specified in the field metadata, anInvalidPluginErroris raised when it is actually used in the cli.