Skip to content

Commit

Permalink
fixup: use hyphens not underscores
Browse files Browse the repository at this point in the history
Co-authored-by: Jover Lee <[email protected]>
  • Loading branch information
j23414 and joverlee521 authored Feb 9, 2024
1 parent 7ea5327 commit 3f50af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingest/bin/infer-dengue-serotype.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def parse_args():
description="Dengue specific processing of metadata, infer serotype from virus_tax_id"
)
parser.add_argument(
"--virus_tax_id",
"--virus-tax-id",
type=str,
default="virus_tax_id",
help="Column name containing the NCBI taxon id of the virus serotype, default: virus_tax_id",
Expand Down

0 comments on commit 3f50af3

Please sign in to comment.