aboutsummaryrefslogtreecommitdiff
path: root/tools/xenomapper-allocate.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/xenomapper-allocate.nix')
-rw-r--r--tools/xenomapper-allocate.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/xenomapper-allocate.nix b/tools/xenomapper-allocate.nix
index 3c0fc08..adac472 100644
--- a/tools/xenomapper-allocate.nix
+++ b/tools/xenomapper-allocate.nix
@@ -2,7 +2,7 @@
, flags ? null
}:
-{primary, secondary}:
+{ primary, secondary }:
with bionix;
with lib;
@@ -10,8 +10,8 @@ with types;
let
- isSortedBam = matchFiletype "xenomapper-allocate" {bam = matchSorting "xenomapper-allocate" { coord = _: false; name = _: true; none = _: false; }; };
- outs = [ "primary_specific" "primary_multi" "secondary_specific" "secondary_multi" "unassigned" "unresolved"];
+ isSortedBam = matchFiletype "xenomapper-allocate" { bam = matchSorting "xenomapper-allocate" { coord = _: false; name = _: true; none = _: false; }; };
+ outs = [ "primary_specific" "primary_multi" "secondary_specific" "secondary_multi" "unassigned" "unresolved" ];
in