Mentions légales du service

Skip to content

Add optional validate=False option to SNPSample

E. Madison Bray requested to merge embray/snpsample/skip-validation-on-copy into master

... to skip data format validation

Use this in several of the transforms to skip validation when copying SNPSamples. As designed, we still have to specify validate=False here, since by default copy_with re-runs validation if you change the data.

The assumption here of course is that the transforms are implemented correctly, and don't need to re-validate the data.

Part of #96

Merge request reports