Skip to content

Commit

Permalink
Bindingsv3 (#12)
Browse files Browse the repository at this point in the history
* v1

* resolved import issues, fixed JavaGnocchiSession, corrected BetterPhenotype
  • Loading branch information
adgirish authored and kunalgosar committed Oct 4, 2017
1 parent 407248f commit 2b486a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion gnocchi-python/bdgenomics/gnocchi/gnocchiSession.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ def loadPhenotypes(self, phenotypesPath, primaryID, phenoName, delimited,
covarPath=None, covarNames=None):
phenoMap = self.__jgs.loadPhenotypes(phenotypesPath, primaryID, phenoName,
delimited, covarPath, covarNames)

return PhenotypeMap(phenoMap, self._sc, self.__jgs)
2 changes: 1 addition & 1 deletion gnocchi-python/bdgenomics/gnocchi/rdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ def get(self):

def getKey(self, k):
p = self._jgs.getPhenotypeByKey(self._jvmMap, k)
return Phenotype(p, self.sc)
return Phenotype(p, self.sc)

0 comments on commit 2b486a0

Please sign in to comment.