pepkit / pipestat

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

pipestat summarize: columns view should only show stats NOT objects #148

Closed donaldcampbelljr closed 3 months ago

donaldcampbelljr commented 5 months ago

The columns should just show stats:

image

Currently, it is also showing objects (which doesn't make sense):

image

donaldcampbelljr commented 5 months ago

I spent some time on this but reverted my changes. It is a bit tricky because the summary table is tied to the column plotting (due to jinja template). I would need to take out all non-stats objects from the summary table. But these results are used here in the summary table AND for the individual record pages.

Basically, this might require more refactoring that I originally thought. Can probably tackle this issue during the same refactor as well: https://github.com/pepkit/pipestat/issues/150

donaldcampbelljr commented 3 months ago

This should now be solved with the above PR #182