aboutsummaryrefslogtreecommitdiff
path: root/tools/mosdepth.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2018-12-18 14:05:19 +1100
committerJustin Bedo <cu@cua0.org>2018-12-18 14:11:57 +1100
commit0418c23f5d3bff108744d96d1075b0e76b580fdd (patch)
tree4a77565abe39bba1dc93139f2d4539496a041198 /tools/mosdepth.nix
parent2ec0e115917d194eeea6ef4c1b4b1f7f6a7f416b (diff)
qsub: refactor overriding
Diffstat (limited to 'tools/mosdepth.nix')
-rw-r--r--tools/mosdepth.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mosdepth.nix b/tools/mosdepth.nix
index ff940a5..fa1101a 100644
--- a/tools/mosdepth.nix
+++ b/tools/mosdepth.nix
@@ -3,6 +3,6 @@
with bionix;
{
- depth = callBionix ./mosdepth-depth.nix;
- plot = callBionix ./mosdepth-plot.nix;
+ depth = callBionixE ./mosdepth-depth.nix;
+ plot = callBionixE ./mosdepth-plot.nix;
}