From d52ef1a0189015ea463628391e8877bc0c1d11a5 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 6 Mar 2019 13:35:41 +1100 Subject: api doc: init fastqc --- tools/fastqc.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools') 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; } -- cgit v1.2.3