aboutsummaryrefslogtreecommitdiff
path: root/tools/fastqc.nix
blob: 2034c9131c92895e0ee150cca0bfb06f62ec5e3a (plain)
1
2
3
4
5
6
7
{ bionix, nixpkgs }:

with nixpkgs;

{
  check = attrs: callPackage ./fastqc-check.nix attrs;
}