Skip to content

Commit

Permalink
style: Fix typo in tutorial.md output flag typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cauliyang committed Oct 30, 2024
1 parent 8e8947d commit 491c9a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions documentation/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ Analyze the encoded data to identify potential chimeric reads:

```bash
# Predict artifical sequences for reads
deepchopper predict raw_no_trim.parquet --ouput predictions
deepchopper predict raw_no_trim.parquet --output predictions

# Predict artifical sequences for reads using GPU
deepchopper predict raw_no_trim.parquet --ouput predictions --gpus 2
deepchopper predict raw_no_trim.parquet --output predictions --gpus 2
```

For chunked data:
Expand Down

0 comments on commit 491c9a0

Please sign in to comment.