Skip to content

Commit

Permalink
instructions for cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
wdecoster committed Jun 13, 2024
1 parent c93c25a commit d84e0b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@ Tandem repeat genotyper for long reads, returning the repeat length and sequence
Preferably, for most users, download a ready-to-use binary for your system to add directory on your $PATH from the [releases](https://github.com/wdecoster/STRdust/releases).
You may have to change the file permissions to execute it with `chmod +x STRdust`

Alternatively, you can install the tool using cargo:

```bash
git clone https://github.com/wdecoster/STRdust.git
cd STRdust
cargo build --release
```

### Quick start examples

Expand Down

0 comments on commit d84e0b1

Please sign in to comment.