From 92b4ea2ddac572f8bd830858132956829d92a734 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 24 Oct 2018 16:35:52 +1100 Subject: Simplify types for sorting --- tools/bwa-mem.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/bwa-mem.nix b/tools/bwa-mem.nix index 3208e48..eed488e 100644 --- a/tools/bwa-mem.nix +++ b/tools/bwa-mem.nix @@ -36,5 +36,5 @@ in stdenv.mkDerivation { ${optionalString bamOutput "| samtools view -b"} \ > $out ''; - passthru.filetype = if bamOutput then filetype.bam {ref = ref; sorting = option-sort.none;} else filetype.sam {ref = ref; sorting = option-sort.none;}; + passthru.filetype = if bamOutput then filetype.bam {ref = ref; sorting = sort.none {};} else filetype.sam {ref = ref; sorting = sort.none {};}; } -- cgit v1.2.3