update json output#16
Conversation
|
Thanks Shiyi! Been thinking about it for a few days, and chatted with @QGouil. Here's some thoughts, keen to hear what you think as well. In the current format, the fields My main issue with this new proposed format is that it only makes sense when, in the config json,
One additional benefit of the current approach is if we were ever to add other stats categories, e.g. Still, I agree it should be made clearer whether artefacts are included in {
"stats": {
"artefactStats": {
"RTP-RTP": 1,
"TSO-TSO": 1,
"no artefact": 98,
"total": 100
},
"strandStats": {
"+": 49,
"-": 42,
"?": 9,
"total": 100
},
"totalReads": 100
}
} |
|
Great points, especially on 1) future feature and 2) config independent stable json.
|
It was unclear for me if the unknown group contain the artefact counts (theoretically it does).
9 is the prev format, and 2 artefact. But for user is unclear is the 2 artefact are counted within the 9 unknown.
Previous json format example

New json format, clearly shows the breakdown for user.
