pepkit / pipestat

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

Should retrieve_one include items such as created and modified time, or only reported results? #174

Closed donaldcampbelljr closed 5 months ago

donaldcampbelljr commented 6 months ago
          **Regarding clutter in return value:**

The above example (>>> psm["sample2"]) is a simple wrapper around retrieve_one: https://github.com/pepkit/pipestat/blob/1fe44eb33b353f9b2ea927cd58f604c39e53db54/pipestat/pipestat.py#L285-L288

retrieve_one currently returns everything for that record unless you specify result identifiers.

Originally posted by @donaldcampbelljr in https://github.com/pepkit/pipestat/issues/158#issuecomment-2037461083

donaldcampbelljr commented 5 months ago

Per discussion on https://github.com/pepkit/pipestat/pull/178, we decided to move these items to another, meta key and not return them to the user.