Skip to content

Commit

Permalink
Add some info on preparing scheme index
Browse files Browse the repository at this point in the history
  • Loading branch information
dfornika committed Nov 27, 2021
1 parent a36b359 commit 9867303
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
## Usage

### Preparing your cgMLST scheme
First, prepare a single multi-fasta file containing all alleles. The [pubmlst_client](https://github.com/Public-Health-Bioinformatics/pubmlst_client)
tool may be helpful for finding and downloading MLST schemes.

Index the fasta using `kma`:
```
kma index -i <your_scheme.fa> -o <your_scheme>
```

### Running the pipeline

Expand Down

0 comments on commit 9867303

Please sign in to comment.