DEIB-GECO / GMQL

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

Avoid default for GROUP() and EXTEND() #73

Closed marcomass closed 7 years ago

marcomass commented 7 years ago

@pp86 Currently default form EXTEND() and GROUP() are acceptable and generate in output a copy of the input dataset. Yet, we already have an operator to copy in output an input dataset, i.e., SELECT(). Make not possible compile EXTEND() and GROUP(), requiring for each of them at least a parameter for correct compiling.

Also check that DG(N) accepts only non negative N values (as DGE(N) does)

pp86 commented 7 years ago

Extend has been fixed.

Please refer to issue #75 for group behaviour.