Skip to content

Commit

Permalink
fix: update name for upload_vcf arg --wait-for
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Dec 14, 2024
1 parent 92637b0 commit de73e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tp53/seshat/upload_vcf/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
help="The Seshat TP53 web server URL.\n(default: http://vps338341.ovh.net/batch_analysis)",
)
_ = parser.add_argument(
"--wait_for",
"--wait-for",
type=int,
default=5,
help="Seconds to wait for upload to occur before failure.\n(default: 5)",
Expand Down

0 comments on commit de73e7e

Please sign in to comment.