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
(We already sort all variants (by MAF) in the QQ plot, so sorting is not too expensive.)
We should sort, but only if we have to. Otherwise, stream. So, PhenoReader.get_variants() asserts sort order. If it fails, it raises NotSorted. The caller catches that and starts over with .get_variants(sort=True) or sort_variants(.get_variants()).
The text was updated successfully, but these errors were encountered:
pjvandehaar
changed the title
input_file_parser should automatically sort variants if they aren't sorted.pheweb parse should automatically sort variants if they aren't sorted.
May 27, 2017
(We already sort all variants (by MAF) in the QQ plot, so sorting is not too expensive.)
We should sort, but only if we have to. Otherwise, stream. So,
PhenoReader.get_variants()
asserts sort order. If it fails, it raisesNotSorted
. The caller catches that and starts over with.get_variants(sort=True)
orsort_variants(.get_variants())
.The text was updated successfully, but these errors were encountered: