mc2-center / nf-histoqc

A Nextflow wrapper for HistoQC
MIT License
0 stars 1 forks source link

Prepare a tidy results file #17

Closed adamjtaylor closed 8 months ago

adamjtaylor commented 8 months ago

The results.tsv output by HistoQC has a number of quirks including header rows and the possibility of tabs existing within columns. This makes the results.tsv not ready for display in Tower Reports or to upload as a Synapse table, and somewhat confusing to parse as in pandas or similar.

This PR adds a module to transform the results.tsv into a tidier results_tidy.csv