pybedtools: Initial packaging

This commit is contained in:
Tyson Whitehead
2019-04-30 15:19:02 -04:00
parent 1965334f5a
commit 05b4a13c47
2 changed files with 34 additions and 0 deletions

View File

@@ -1,4 +1,6 @@
pkgs: self: super: with self; {
openslide = callPackage ./openslide/python.nix { openslide = pkgs.openslide; };
pybedtools = callPackage ./pybedtools.nix { };
}