aboutsummaryrefslogtreecommitdiff
path: root/tools/manta.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/manta.nix')
-rw-r--r--tools/manta.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/manta.nix b/tools/manta.nix
index 8136fa7..b34753f 100644
--- a/tools/manta.nix
+++ b/tools/manta.nix
@@ -3,5 +3,8 @@
with bionix;
{
+ /* Call structural variants
+ Type: { ... } -> { normals :: [bam], tumour :: bam } -> manta
+ */
call = callBionixE ./manta-call.nix;
}