aboutsummaryrefslogtreecommitdiff
path: root/tools/fastp.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fastp.nix')
-rw-r--r--tools/fastp.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/fastp.nix b/tools/fastp.nix
index 551d270..36bc690 100644
--- a/tools/fastp.nix
+++ b/tools/fastp.nix
@@ -3,8 +3,6 @@
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 }
*/