aboutsummaryrefslogtreecommitdiff
path: root/tools/manta.nix
blob: b34753fd445d5081904a7005f58597197b6e154d (plain)
1
2
3
4
5
6
7
8
9
10
{ bionix }:

with bionix;

{
  /* Call structural variants
  Type: { ... } -> { normals :: [bam], tumour :: bam } -> manta
  */
  call = callBionixE ./manta-call.nix;
}