databio / pepatac

A modular, containerized pipeline for ATAC-seq data processing
http://pepatac.databio.org
BSD 2-Clause "Simplified" License
54 stars 15 forks source link

Dev test new looper, pypiper, pipestat #255

Closed donaldcampbelljr closed 11 months ago

donaldcampbelljr commented 1 year ago

Align PEPATAC to use newest versions of:

Current changes include:

  1. PEPATAC now reports results to a single pepatac_results.yaml file instead of a separate stats.yaml for each sample. This single results file is required for pipestat configuration via looper so that looper report and looper link will work. See: https://github.com/databio/pepatac/issues/257 and https://github.com/databio/pepatac/issues/256
  2. The output_schema is now a pipestat output_schema (adhering to JSON schema)

WIP

donaldcampbelljr commented 11 months ago

Merging to dev and then master for newest looper, pypiper, and pipestat releases.