Skip to content

adapt scaffold parser to new scaffold output format (maintaining compatibility with old format)

Henning Schiebenhöfer requested to merge adapt_scaffold_style into master

the new scaffold output format contains more columns than we originally specified. The parser now checks if the column names in the 'headline' field of the style yaml are all present in a single line of the provided file instead of checking for the exact line.

Merge request reports