aboutsummaryrefslogtreecommitdiff
path: root/tools/delly.nix
blob: d94457c338106d2e6490e020fd9101109329fc55 (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;
}