diff options
author | Justin Bedo <cu@cua0.org> | 2019-12-20 10:39:26 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2019-12-20 10:39:46 +1100 |
commit | 5cffb4a9cb2cc97eebb1513e7f78ddad17c9af16 (patch) | |
tree | 17ee907d20b26dd5caf7ac44c5eb98cac78f3084 /tools | |
parent | e3a47b3041961b276a8ec424699bbaf4fa259606 (diff) |
lumpy: fix error message
Diffstat (limited to 'tools')
-rw-r--r-- | tools/lumpy-call.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lumpy-call.nix b/tools/lumpy-call.nix index e5fb7d3..fffc329 100644 --- a/tools/lumpy-call.nix +++ b/tools/lumpy-call.nix @@ -7,7 +7,7 @@ with lib; with types; let - getref = matchFiletype "manta-call" { bam = x: x.ref; }; + getref = matchFiletype "lumpy-call" { bam = x: x.ref; }; refs = map getref inputs; ref = head refs; |