fastqc: Initial packaging

This commit is contained in:
Tyson Whitehead
2019-06-05 20:12:39 -04:00
parent 3aeab1dd97
commit cac2a63b32
2 changed files with 44 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ self: super: pkgs: with pkgs; {
cryptominisat = callPackage ./cryptominisat.nix { python = python27; };
fastqc = callPackage ./fastqc.nix { };
#firedrake = callPackage ./firedrake { };
ghmm = callPackage ./ghmm { };