The output_schema is now a pipestat output_schema (adhering to JSON schema)
WIP
[x] pypiper's get_stat must be modified so that results can be read (currently the pipeline fails with more than one sample reported) See: https://github.com/databio/pypiper/issues/202
[x] PEPATAC reports results that are not in the output schema. This means that they are not captured in the HTML report when using looper report
Align PEPATAC to use newest versions of:
Current changes include:
pepatac_results.yaml
file instead of a separatestats.yaml
for each sample. This single results file is required for pipestat configuration via looper so thatlooper report
andlooper link
will work. See: https://github.com/databio/pepatac/issues/257 and https://github.com/databio/pepatac/issues/256WIP
[x] pypiper's
get_stat
must be modified so that results can be read (currently the pipeline fails with more than one sample reported) See: https://github.com/databio/pypiper/issues/202[x] PEPATAC reports results that are not in the output schema. This means that they are not captured in the HTML report when using
looper report