DEIB-GECO / GMQL

GMQL - GenoMetric Query Language
http://www.bioinformatics.deib.polimi.it/geco/
Apache License 2.0
18 stars 11 forks source link

ORDER wrong number output samples #90

Closed eirinistam closed 6 years ago

eirinistam commented 6 years ago

Given the following query, we expect 2 samples as output but only one is returned. D = SELECT(region: chr==chr1) dataset_1; RES = ORDER( avg_score, ID DESC; meta_top: 2) D; MATERIALIZE RES INTO TAB;

Enclosed the material order.zip

marcomass commented 6 years ago

@eirinistam Can you check if this issue is solved?

marcomass commented 6 years ago

Solved