Skip to content

Ag3 metadata and SNP data sample count mismatch #821

@tristanpwdennis

Description

@tristanpwdennis

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 samples
  • snp_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.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions