aboutsummaryrefslogtreecommitdiff
path: root/tools/fastp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fastp.nix')
-rw-r--r--tools/fastp.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/fastp.nix b/tools/fastp.nix
index 36bc690..454d100 100644
--- a/tools/fastp.nix
+++ b/tools/fastp.nix
@@ -3,9 +3,9 @@
with bionix;
rec {
- /* Check and filter fastqs
+ /* Check and filter fastqs
Type: { ... } -> { input1, input2 ? null } -> { out :: html, fastq1 :: fastq, fastq2 :: fastq, json :: JSON }
- */
- check = callBionixE ./fastp-check.nix;
+ */
+ check = callBionixE ./fastp-check.nix;
}