diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/gridss.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gridss.nix b/tools/gridss.nix index f52eb6e..f5b1e0e 100644 --- a/tools/gridss.nix +++ b/tools/gridss.nix @@ -100,4 +100,6 @@ rec { # As call but include assemblies in output callAndAssemble = inputs: gridss.annotateAndAssemble { } (map gridss.preprocessBam inputs); + + filterSomatic = callBionixE ./gridss-somatic-filter.nix; } |