aboutsummaryrefslogtreecommitdiff
path: root/tools/samtools-index.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/samtools-index.nix')
-rw-r--r--tools/samtools-index.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/samtools-index.nix b/tools/samtools-index.nix
index aad46a7..6919f97 100644
--- a/tools/samtools-index.nix
+++ b/tools/samtools-index.nix
@@ -10,7 +10,7 @@ with lib;
with bionix.types;
assert (matchFiletype "samtools-index" { bam = _: true; } input);
-assert (matchSorting "samtools-index" { coord = _: true; } input);
+assert (matchFileSorting "samtools-index" { coord = _: true; } input);
stdenv.mkDerivation {
name = "samtools-index";