DEIB-GECO / GMQL

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

DIFFERENCE(intersect) #108

Open marcomass opened 6 years ago

marcomass commented 6 years ago

On the example of STQL exclusivejoin, implement a new option (e.g., intersect: true) for the DIFFERECE that for each input right dataset sample provides in output a sample with all input region bases which do not overlap any of the regions in any of the input left dataset sample (similarly to what is currently done at region base with the DIFFERENT exact option).