From c392e1c3700548ee634485ce7460cf0f5a978a25 Mon Sep 17 00:00:00 2001 From: Justin Bedo Date: Mon, 25 Jan 2021 09:10:11 +1100 Subject: kallisto-quant: strip call form run info --- tools/kallisto-quant.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/kallisto-quant.nix b/tools/kallisto-quant.nix index c1083c8..3efeaaa 100644 --- a/tools/kallisto-quant.nix +++ b/tools/kallisto-quant.nix @@ -70,7 +70,8 @@ stage { chmod 644 repack.h5 ${noStamp} cp repack.h5 $out/abundance.h5 - sed -i $out/run_info.json -e '/start_time/d' + sed -i $out/run_info.json -e '/"start_time"/d' + sed -i $out/run_info.json -e '/"call"/d' ''; passthru.multicore = true; } -- cgit v1.2.3