aboutsummaryrefslogtreecommitdiff
path: root/tools/strelka-call.nix
diff options
context:
space:
mode:
Diffstat (limited to 'tools/strelka-call.nix')
-rw-r--r--tools/strelka-call.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/strelka-call.nix b/tools/strelka-call.nix
index a37c2aa..74dfd0b 100644
--- a/tools/strelka-call.nix
+++ b/tools/strelka-call.nix
@@ -48,6 +48,7 @@ out = stage {
g=$(basename $f .gz)
sed -i '/^##fileDate/d' $g
sed -i '/^##startTime/d' $g
+ sed -i '/^##cmd/d' $g
done
mv variants.vcf $out
'';