DEIB-GECO / GMQL

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

EXACT, FULLNAME, DEFAULT also in API of COVER and MERGE #39

Closed marcomass closed 6 years ago

marcomass commented 7 years ago

In the API the possibility to use EXACT, FULLNAME, DEFAULT modifiers for metadata attribute names is present only for the semijoin in the SELECT, and joinby in DIFFERENCE, JOIN and MAP, but not for the groupby in COVER and MERGE. Add the use of EXACT, FULLNAME, DEFAULT modifiers also to COVER and MERGE in the API

OlgaGorlova commented 7 years ago

@pp86 , can you please provide the functionality from the compiler side like you did for joinby?

marcomass commented 7 years ago

@pp86 Please Pietro answer to Olya request, so she can proceed

pp86 commented 7 years ago

@OlgaGorlova as we did last time, since it was not gonna compile I pushed it to a new branch (https://github.com/DEIB-GECO/GMQL/tree/merge_cover_groupby) .

@lucananni93 I think that some changes will also be required from your side

nb: I'll remove my assignment, please add me back if needed :)

OlgaGorlova commented 7 years ago

@pp86 I pushed my changes to https://github.com/DEIB-GECO/GMQL/tree/merge_cover_groupby It still cannot be compiled, changes from compiler side are needed. I will assign you back.

pp86 commented 7 years ago

@OlgaGorlova thanks, I'll give a look.

pp86 commented 7 years ago

@OlgaGorlova I fixed the compilation problem in the Compiler package and merged the branch into the master.

Now there will be problems in compiling the R,Python and SciDB packages (which can be disabled from the pom file in order to build the web application).

Sim1Pall8a commented 7 years ago

already fixed

lucananni93 commented 7 years ago

fixed