pepkit / looper

A job submitter for Portable Encapsulated Projects
http://looper.databio.org
BSD 2-Clause "Simplified" License
20 stars 7 forks source link

Looper runp produces `default_project_record_identifier` folder with an empty stats.yaml #471

Closed donaldcampbelljr closed 3 weeks ago

donaldcampbelljr commented 4 months ago

This is a workaround so that looper runp does not fail by not passing a record_identifier to pipestat during the initial pipestat instantiation when outputing results to different result files (stats.yaml).

Unfortunately, it is confusing users, so we should think of a better way to do this: https://github.com/databio/pepatac/issues/272

donaldcampbelljr commented 3 months ago

This will potentially require major refactoring, so moving to a future milestone. Similar to https://github.com/pepkit/looper/issues/425 and https://github.com/pepkit/looper/issues/459

donaldcampbelljr commented 1 month ago

Ok, this should now be solved with the upcoming Pipestat v0.9.2 release in tandem with #496