DEIB-GECO / GMQL

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

MAP wrong number of output samples #85

Closed eirinistam closed 7 years ago

eirinistam commented 7 years ago

I run the following query: INPUT_1 = SELECT(region: chr== chr2) dataset_1; INPUT_2 = SELECT(region: chr== chr2) dataset_2; RES = MAP(avg_score AS AVG(score)) INPUT_1 INPUT_2 ; MATERIALIZE RES INTO MAP_EXAMPLE_1; The input_1 has 1 sample, the input_2 has 3 but the res of the map is 6 samples (instead of 3!). I enclosed all the usefull material.

map.zip