diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/fastqc.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/fastqc.nix b/tools/fastqc.nix index 5632958..6279682 100644 --- a/tools/fastqc.nix +++ b/tools/fastqc.nix @@ -4,5 +4,9 @@ with bionix; { fastqc = pkgs.callPackage ./fastqc-app.nix {}; + + /* QC check + Type: check :: {...} -> input :: fastq -> report + */ check = callBionixE ./fastqc-check.nix; } |