databio / pypiper

Python toolkit for building restartable pipelines
http://pypiper.databio.org
BSD 2-Clause "Simplified" License
45 stars 9 forks source link

docs outdated? #208

Open nsheff opened 6 months ago

nsheff commented 6 months ago

Are the docs outdated?

There are docs here: https://pep.databio.org/pypiper/report/ https://pep.databio.org/pypiper/pipestat/ and here that say:

Starting with pypiper v0.13.0 pipestat is the recommended way of reporting pipeline statistics.

But is it actually still possible to use the old reporting mechanism, or is it only via pipestat now?

donaldcampbelljr commented 6 months ago

Reporting is only via Pipestat now. This occurred with v0.13.0: https://github.com/databio/pypiper/releases/tag/v0.13.0

nsheff commented 6 months ago

ok, then the docs are incorrect. pipestat is not the recommended way, it's the only way :)