diff options
author | Justin Bedo <cu@cua0.org> | 2021-01-25 09:10:11 +1100 |
---|---|---|
committer | Justin Bedo <cu@cua0.org> | 2021-01-25 09:10:11 +1100 |
commit | c392e1c3700548ee634485ce7460cf0f5a978a25 (patch) | |
tree | 44de4ce409068b2b3188d9c730ebaa72e227122f /tools | |
parent | 904419bebf893a40ae62b5e4c3fdfb01ebce63f1 (diff) |
kallisto-quant: strip call form run info
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; } |