snakemake.profiles.ProfileConfigFileParser

class snakemake.profiles.ProfileConfigFileParser[source]
__init__()

Methods

__init__()

get_syntax_description()

Returns a string describing the config file syntax.

parse(stream)

Parses the keys and values from a config file.

serialize(items[, default_flow_style])

Does the inverse of config parsing by taking parsed values and converting them back to a string representing config file contents.