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

with nixpkgs;

{
  align = attrs: callPackage ./bwa-mem.nix attrs;
  index = attrs: callPackage ./bwa-index.nix attrs;
}