Skip to content

Commit 1334c3c

Browse files
committed
fixup! 🚧 Use tsv-utils for --output-metadata
1 parent afb010c commit 1334c3c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

augur/filter/io.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ def get_cat(file):
104104
return which("gzcat")
105105
if file.endswith(".xz"):
106106
return which("xzcat")
107+
if file.endswith(".zst"):
108+
return which("zstdcat")
107109
else:
108110
return which("cat")
109111

0 commit comments

Comments
 (0)