aboutsummaryrefslogtreecommitdiff
path: root/tools/fastqc.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/fastqc.nix')
-rw-r--r--tools/fastqc.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/fastqc.nix b/tools/fastqc.nix
index 6279682..8c448b9 100644
--- a/tools/fastqc.nix
+++ b/tools/fastqc.nix
@@ -3,10 +3,10 @@
with bionix;
{
- fastqc = pkgs.callPackage ./fastqc-app.nix {};
+ fastqc = pkgs.callPackage ./fastqc-app.nix { };
/* QC check
- Type: check :: {...} -> input :: fastq -> report
+ Type: check :: {...} -> input :: fastq -> report
*/
check = callBionixE ./fastqc-check.nix;
}