You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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, becauseunparse_func
is not specified in the field metadata, anInvalidPluginError
is raised when it is actually used in the cli.The text was updated successfully, but these errors were encountered: