aboutsummaryrefslogtreecommitdiff
path: root/tools/fastqc-check.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fastqc-check.nix')
-rw-r--r--tools/fastqc-check.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/fastqc-check.nix b/tools/fastqc-check.nix
index e13ce2a..1d9993a 100644
--- a/tools/fastqc-check.nix
+++ b/tools/fastqc-check.nix
@@ -1,6 +1,7 @@
{ stdenv
, lib
-, fastqc
+, callPackage
+, fastqc ? callPackage ./fastqc-app.nix {}
, flags ? null}:
with lib;