Skip to content

Commit

Permalink
version description update
Browse files Browse the repository at this point in the history
  • Loading branch information
Psy-Fer committed Feb 9, 2023
1 parent 8e71c21 commit 389a106
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/buttery_eel.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def main():
# help="signal chunk size, lower this for lower VRAM GPUs")
# parser.add_argument("-x", "--device", default="auto",
# help="Specify GPU device: 'auto', or 'cuda:<device_id>'")
parser.add_argument("-v", "--version", action='version', version="buttery-eel - wraping guppy for file agnostic basecalling version: {}".format(VERSION),
parser.add_argument("-v", "--version", action='version', version="buttery-eel - wraping guppy for SLOW5 basecalling version: {}".format(VERSION),
help="Prints version")
# parser.add_argument("--debug", action="store_true",
# help="Set logging to debug mode")
Expand Down

0 comments on commit 389a106

Please sign in to comment.