From ed98174bbefc85f9895c870fdb7518e2a534a150 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 28 Jul 2021 08:07:32 +1000 Subject: bugfix: use unsorted type for alignment output Most aligners are only pseudo-name sorted (i.e., pairs adjacant). --- tools/gridss-assemble.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/gridss-assemble.nix') diff --git a/tools/gridss-assemble.nix b/tools/gridss-assemble.nix index 9e51cab..1a46eae 100644 --- a/tools/gridss-assemble.nix +++ b/tools/gridss-assemble.nix @@ -70,6 +70,6 @@ stage rec { touch $out cp -r out.gridss.working $work ''; - passthru.filetype = filetype.bam { ref = ref; sorting = sort.name {}; }; + passthru.filetype = filetype.bam { ref = ref; sorting = sort.none {}; }; passthru.multicore = true; } -- cgit v1.2.3