Closed dfornika closed 1 month ago
It may also make sense to parse the report into json format, since it's already divided into sections (Input
, Reference
, Globals
, etc.)
If we do that it may make sense to re-write the csv-generating script to instead parse the json output.
We use a python script to convert the "genome results" report from its original format to csv, which makes it easier to collect and compare metrics among multiple samples.
The original report format looks like this:
...but our current parsing script misses a few metrics that may be relevant, such as the number of mapped bases. We should update the script to collect more relevant metrics.