aboutsummaryrefslogtreecommitdiff
path: root/tools/fastp.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-02-03 11:49:23 +1100
committerJustin Bedo <cu@cua0.org>2021-02-03 11:49:23 +1100
commitc7756678c8a543f216654d518eeee3c4bd6a4b8f (patch)
tree098183330e8d7f5505570e7769a985eef83ecc51 /tools/fastp.nix
parentcac21d3ab1fd96724b568f675794c83273a27aee (diff)
add inline documentation
Diffstat (limited to 'tools/fastp.nix')
-rw-r--r--tools/fastp.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/fastp.nix b/tools/fastp.nix
index 90f6c1d..551d270 100644
--- a/tools/fastp.nix
+++ b/tools/fastp.nix
@@ -4,6 +4,10 @@ with bionix;
rec {
app = pkgs.callPackage ./fastp-app.nix {};
+
+ /* Check and filter fastqs
+ Type: { ... } -> { input1, input2 ? null } -> { out :: html, fastq1 :: fastq, fastq2 :: fastq, json :: JSON }
+ */
check = callBionixE ./fastp-check.nix;
}