aboutsummaryrefslogtreecommitdiff
path: root/tools/snver.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/snver.nix')
-rw-r--r--tools/snver.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/snver.nix b/tools/snver.nix
index 7c84777..6f95e1b 100644
--- a/tools/snver.nix
+++ b/tools/snver.nix
@@ -6,5 +6,8 @@ with pkgs;
{
app = callPackage ./snver-app.nix {};
+ /* Call variants
+ Type: { ploidy, ... } -> [bam] -> vcf
+ */
call = callBionix ./snver-call.nix;
}