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
On the mutation comparison component, in the venn view, the number of mutations is shown with a dot delimiter. Remove this delimiter, or use the locale specific delimiter. So the number 1234 is displayed either as 1234 or as 1,234 but not as 1.234.
The text was updated successfully, but these errors were encountered:
On the mutation comparison component, in the venn view, the number of mutations is shown with a dot delimiter. Remove this delimiter, or use the locale specific delimiter. So the number
1234
is displayed either as1234
or as1,234
but not as1.234
.The text was updated successfully, but these errors were encountered: