molprop-picklists
Generates operational decision picklists from a results CSV using filters/sorts. Outputs one CSV per picklist and can optionally produce an HTML index and per-picklist pages. Built-in picklists provide sensible defaults, and you can supply a JSON/YAML config to define project-specific rules.
List built-in picklists
molprop-picklists results.csv --list-builtins
Run picklists (HTML + CSV)
molprop-picklists results.csv --html
Custom picklists via config
Start from the example config:
cp examples/picklists.example.json my_picklists.json
molprop-picklists results.csv --config my_picklists.json --html
Embed structure images (optional)
# generate structure assets
molprop-sketch results.csv --outdir sketches_compare --compare --html
# build picklists with embedded structure thumbnails
molprop-picklists results.csv --html --sketch-dir sketches_compare --structure-views calc --structure-formats svg