jeromekelleher / htsget-tester

A tester for the htsget API.
Apache License 2.0
1 stars 2 forks source link

Need to track failure statistics and generate results table #1

Closed jeromekelleher closed 7 years ago

jeromekelleher commented 7 years ago

Currently we fail if any parts of the BAM record don't match. This isn't very useful for tracking the progress of implementations. We should add statistics where we count the number of times different parts of the BAM record mismatch and keep track of the queries that cause these mismatches. We should then output a report on these statistics.

Also, we should record the response times and bandwidth statistics and include these in the report.