-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
Description
There seems to be a mismatch between the number of samples returned by sample_metadata() and the samples available in snp_calls() for Ag3.
sample_metadata(sample_sets="3.0")returns 3,453 samplessnp_calls(region="3R", sample_sets="3.0")has 3,081 samples- Difference: 372 samples exist in metadata but not in SNP data
This occurs both on my local and on colab - I first picked it up because it was causing my PR to fail CI .
It seems to stem from the 'AG1000-X' lab crosses (so happens in later releases too - the tests were just specifying 3.0...).
See in colab here.