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