I'm reading about output schemas here:
https://pep.databio.org/looper/developer-tutorial/pipeline-interface-specification/#output_schema
This documentation seems to lack for me one of the main reasons of using the output schema: to automatically add variables to a sample object, populated via a template.
I was expecting to say somethign like
properties:
fragment_file:
type: string
path_template: "outs/{sample_name}_fragments.tsv.gz"
or something. What happened to this functionality?