pepkit / pipestat

Pipeline results reporting package
https://pep.databio.org/pipestat/
BSD 2-Clause "Simplified" License
4 stars 2 forks source link

Allow schema to be remote #160

Closed nsheff closed 3 months ago

nsheff commented 5 months ago

I'd like to do this:

psm = pipestat.PipestatManager(
    record_identifier="sample1",
    results_file_path="pipestat_results.yaml",
    schema_path="https://schema.databio.org/pipestat/object_result.yaml",
)

schema_path could be a remote file.

donaldcampbelljr commented 3 months ago