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

with bionix;

{
  /* Call structural variants
    Type: call { ... } -> [bam] -> vcf
  */
  call = callBionixE ./delly-call.nix;
}