Skip to content

Commit dad2189

Browse files
committed
remove deprecated arg from statpopgen query
Signed-off-by: Matt Katz <mhkatz97@gmail.com>
1 parent 4863cde commit dad2189

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vortex-bench/sql/statpopgen.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ SELECT COUNT(*) FROM statpopgen;
44
--
55
-- Count the number of samples (e.g. human beings) in this dataset. The GT arrays are all the same
66
-- length, even though they're not stored as a fixed-list type.
7-
SELECT array_length("GT", 1) FROM statpopgen LIMIT 1;
7+
SELECT array_length("GT") FROM statpopgen LIMIT 1;
88
-- 2.
99
--
1010
-- Extract just the genotypes as a dense list of lists. Usually this is sent to a linear algebra

0 commit comments

Comments
 (0)