From 96c9a8880a690d2d8058663a805c3b363e416a8d Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Wed, 9 Feb 2022 12:13:59 +1100 Subject: don't strip store paths from bams Due to BAM compression attempting to strip store paths is a waste of time. --- tools/star-align.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'tools/star-align.nix') diff --git a/tools/star-align.nix b/tools/star-align.nix index 670c6bf..160b65e 100644 --- a/tools/star-align.nix +++ b/tools/star-align.nix @@ -36,4 +36,5 @@ stage { ''; passthru.filetype = if bamOutput then filetype.bam { inherit ref; sorting = sort.none { }; } else filetype.sam { inherit ref; sorting = sort.name { }; }; passthru.multicore = true; + stripStorePaths = false; } -- cgit v1.2.3