cutadapt: Initial packaging
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pkgs: self: super: with self; {
|
||||
|
||||
cutadapt = callPackage ./cutadapt.nix { };
|
||||
|
||||
dnaio = callPackage ./dnaio.nix { };
|
||||
|
||||
ghmm = disabledIf isPy3k ( toPythonModule (pkgs.ghmm.override { python2Packages=self; }) ).py;
|
||||
|
||||
Reference in New Issue
Block a user