aboutsummaryrefslogtreecommitdiff
path: root/tools/fastp.nix
diff options
context:
space:
mode:
authorJustin Bedo <cu@cua0.org>2021-08-25 10:01:58 +1000
committerJustin Bedo <cu@cua0.org>2021-08-25 10:01:58 +1000
commit73f249f6e6ab181e71464a9f305ca13656ebf901 (patch)
treea8298e9e0d1d4aeeb51cdac70f1510a32207aba3 /tools/fastp.nix
parentbc5709e934bbe1d477764fe153a198ccc669e6bb (diff)
fastp: use nixpkgs version
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 }
*/