DEIB-GECO / GMQL

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

"take" function with "k" regions #40

Closed Sim1Pall8a closed 7 years ago

Sim1Pall8a commented 7 years ago

if I want to get "k" regions, the "take" function should return "k" regions for every sample in dataset and not the first "k" regions of all.

for example: val output = server.setOutputPath("").TAKE(ds1,100)

give me the first 100 regions and metadata of every sample even if the regions of that sample is not in the output