From bac9248a5e08e8afdf5485a6e27cfe72e1ca5090 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Fri, 29 Oct 2021 17:39:01 +1100 Subject: treewide reformatting and simplification - simplify with statix - reformat with nixpkgs-fmt --- tools/octopus.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tools/octopus.nix') diff --git a/tools/octopus.nix b/tools/octopus.nix index 858d133..7c21758 100644 --- a/tools/octopus.nix +++ b/tools/octopus.nix @@ -4,12 +4,12 @@ with bionix; { /* Call variants for a population - Type: { fast :: bool, very-fast :: bool, max-genotypes :: int, targets :: FilePath + [string], ... } -> [bam] -> vcf + Type: { fast :: bool, very-fast :: bool, max-genotypes :: int, targets :: FilePath + [string], ... } -> [bam] -> vcf */ call = callBionixE ./octopus-call.nix; - + /* Call somatic variants - Type: { fast :: bool, very-fast :: bool, max-genotypes :: int, targets :: FilePath + [string], ... } -> { normal :: bam, tumours :: [bam] } -> vcf + Type: { fast :: bool, very-fast :: bool, max-genotypes :: int, targets :: FilePath + [string], ... } -> { normal :: bam, tumours :: [bam] } -> vcf */ callSomatic = callBionixE ./octopus-callSomatic.nix; } -- cgit v1.2.3