BCCDC-PHL / pipeline-provenance-schema

0 stars 0 forks source link

Add support for output file provenance #5

Closed dfornika closed 5 months ago

dfornika commented 5 months ago

Fixes #4

This adds a OutputFileProvenanceRecord type which is almost identical to InputFileProvenanceRecord except that it supports the output_filename attribute.

For both InputFileProvenanceRecord and OutputFileProvenanceRecord, the filename attribute can be used as an alternative to input_filename and output_filename, respectively.