diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/kallisto-quant.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |