Skip to content

Commit e8b5dca

Browse files
Merge pull request #163 from nextstrain/james/genoflu-fix
[bugfix] fix typo
2 parents edd7bf5 + 340fc29 commit e8b5dca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ingest/gisaid/Snakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,5 @@ rule get_metadata:
4646
"gisaid/data/metadata_combined.tsv"
4747
shell:
4848
r"""
49-
augur read-file {input} {output}
49+
augur read-file {input} > {output}
5050
"""

0 commit comments

Comments
 (0)