aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2019-03-06 13:35:41 +1100
committerJustin Bedo <cu@cua0.org>2019-03-06 13:35:41 +1100
commitd52ef1a0189015ea463628391e8877bc0c1d11a5 (patch)
treedce6e234f6b31785bd049acadf01473df60f3b3f /tools
parent8fa9b007544a37b2674a2eb87978652e14fbd2b3 (diff)
api doc: init fastqc
Diffstat (limited to 'tools')
-rw-r--r--tools/fastqc.nix4
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;
}