We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4863cde commit dad2189Copy full SHA for dad2189
1 file changed
vortex-bench/sql/statpopgen.sql
@@ -4,7 +4,7 @@ SELECT COUNT(*) FROM statpopgen;
4
--
5
-- Count the number of samples (e.g. human beings) in this dataset. The GT arrays are all the same
6
-- length, even though they're not stored as a fixed-list type.
7
-SELECT array_length("GT", 1) FROM statpopgen LIMIT 1;
+SELECT array_length("GT") FROM statpopgen LIMIT 1;
8
-- 2.
9
10
-- Extract just the genotypes as a dense list of lists. Usually this is sent to a linear algebra
0 commit comments