DEIB-GECO / GMQL

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

PyAPI compatibility #64

Closed akaitoua closed 7 years ago

akaitoua commented 7 years ago

def project(index: Int, projected_meta : Option[java.util.List[String]], extended_meta : Option[MetaExtension], all_but_meta: Boolean, projected_regs : Option[java.util.List[String]], all_but_regs : Option[java.util.List[String]], extended_regs : Option[java.util.List[RegionFunction]] )

The API changed to: extended_meta : Option[List[MetaExtension]]

Would you include the changes in PythonAPI

lucananni93 commented 7 years ago

No problem. I'll fix it asap

Sim1Pall8a commented 7 years ago

already fixed