aboutsummaryrefslogtreecommitdiff
path: root/tools/delly.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/delly.nix')
-rw-r--r--tools/delly.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/delly.nix b/tools/delly.nix
index d94457c..22d4d89 100644
--- a/tools/delly.nix
+++ b/tools/delly.nix
@@ -4,7 +4,7 @@ with bionix;
{
/* Call structural variants
- Type: call { ... } -> [bam] -> vcf
+ Type: call { ... } -> [bam] -> vcf
*/
call = callBionixE ./delly-call.nix;
}