Mentions légales du service

Skip to content

Improve raised InvalidSNPSample Error

Jean Cury requested to merge jcury/fix_InvalidSNPSample into master

In the dataloader during validation of samples (in case uniform param was set to True) the error reported the wrong shapes (SNP instead of indiv and vice versa), which did not help to fix this error !

I improved the error message to let user know that this error is link to the uniform parameter.

Merge request reports