ghmm: Initial packaging including split off python2 interface

This commit is contained in:
Tyson Whitehead
2019-05-02 10:55:02 -04:00
parent 5b96358a18
commit c5272a03b8
4 changed files with 120 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
pkgs: self: super: with self; {
ghmm = disabledIf isPy3k ( toPythonModule (pkgs.ghmm.override { python2Packages=self; }) ).py;
openslide = callPackage ./openslide/python.nix { openslide = pkgs.openslide; };
pybedtools = callPackage ./pybedtools.nix { };