You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some plot types we're building an array the size of the number of reads (eg the read length histogram) which is horribly inefficient. We can do better by just starting from values+counts which should be easy enough to accommodate.
The text was updated successfully, but these errors were encountered:
For some plot types we're building an array the size of the number of reads (eg the read length histogram) which is horribly inefficient. We can do better by just starting from values+counts which should be easy enough to accommodate.
The text was updated successfully, but these errors were encountered: