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
I think complicated values like this with compound / non-primitive types are too complex for the main configargparse repo. You're welcome to create a subclass or fork of configargparse for these more specialized use cases.
Hellow I work on snakemake/snakemake#1186
I would like that the YAMLConfigFileParser would parse yaml directories to key-value pairs.
config.yaml
would be parsed to:
--default_resources mem_mb=10 time=300
Do you think this is a reasonable feature request?
The text was updated successfully, but these errors were encountered: