databio / pypiper

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

Replace read_yaml_data with yacman.load_yaml #216

Closed donaldcampbelljr closed 4 months ago

donaldcampbelljr commented 5 months ago

We recently replaced a pipestat helper function (read_yaml_data) with yacman's load_yaml function.

Pypiper also relies on this pipestat function so it should also be replaced.

I will require Pypiper to have the latest prelease version and above of pipestat (v0.9.0a1) as well as yacman v0.9.3 and ubiquerg>=0.8.0

donaldcampbelljr commented 4 months ago

Closed with 0.14.1 release