aboutsummaryrefslogtreecommitdiff
path: root/tools/fastqc.nix
blob: 56329589c0a3702a6e699c58a3a8a137559aceab (plain)
1
2
3
4
5
6
7
8
{ bionix }:

with bionix;

{
  fastqc = pkgs.callPackage ./fastqc-app.nix {};
  check = callBionixE ./fastqc-check.nix;
}