Skip to content

Commit

Permalink
Update hound_snp.py
Browse files Browse the repository at this point in the history
Fix help - run on GPUs
  • Loading branch information
lruizcalico authored Oct 1, 2023
1 parent 40b5c04 commit 2c976e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/baskerville/scripts/hound_snp.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def main():
dest="require_gpu",
default=False,
action="store_true",
help="Input and output are in gcs",
help="Only run on GPU",
)
(options, args) = parser.parse_args()

Expand Down

0 comments on commit 2c976e4

Please sign in to comment.