molgenis / vip-report-template

Report template for Variant Call Format (VCF) Report generator
GNU Lesser General Public License v3.0
4 stars 0 forks source link

Incorrect error message when report contains too much data #311

Open dennishendriksen opened 4 months ago

dennishendriksen commented 4 months ago

When a report contains a block of unzipped data > 512MB the following error occurs when opening the report:

This is a report template. Use the vip-report tool to create reports using this template and data.

The cause is hitting the string length limit of certain web browsers, see https://cmdcolin.github.io/posts/2021-10-30-spooky and https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length...