pepkit / pipestat

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

Pipestat should be able to create a results file for an individual sample. #120

Closed donaldcampbelljr closed 9 months ago

donaldcampbelljr commented 10 months ago

Currently pipestat creates one results.yaml file and places all sample/project data into this file. However, Pipestat should have the ability to produce a results file for each individual sample.

Examples:

  1. 1 results file (current implementation): results_file_path = /path/results.yaml

  2. multi-results files: results_file_path = /path/{record_identifiers}_results.yaml

Related to: https://github.com/databio/pepatac/issues/257

donaldcampbelljr commented 9 months ago

Closed via https://github.com/pepkit/pipestat/pull/92