aboutsummaryrefslogtreecommitdiff
path: root/tools/fastqc.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/fastqc.nix
parent2ec0e115917d194eeea6ef4c1b4b1f7f6a7f416b (diff)
qsub: refactor overriding
Diffstat (limited to 'tools/fastqc.nix')
-rw-r--r--tools/fastqc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/fastqc.nix b/tools/fastqc.nix
index 1661e95..6e603b2 100644
--- a/tools/fastqc.nix
+++ b/tools/fastqc.nix
@@ -5,5 +5,5 @@ with bionix;
{
fastqc = callPackage ./fastqc-app.nix {};
- check = callBionix ./fastqc-check.nix;
+ check = callBionixE ./fastqc-check.nix;
}