Skip to content

Commit d26c02d

Browse files
committed
Fix quickstart in README
1 parent 557267e commit d26c02d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ By default this creates an `index.awfmi` file in the current directory.
3131
### Find the minimum unique k-mer lengths for a chromosome
3232
For chromosome 1, and lengths ranging from 20 to 200:
3333
```bash
34-
newmap unique-lengths --kmer-batch-size 20000000 -k 20:200 --thread-count 4 index.awfmi chr1.fna.gz
34+
newmap unique-lengths --kmer-batch-size 20000000 --thread-count 4 20:200 index.awfmi chr1.fna.gz
3535
```
3636
This will create a `chr1.unique.uint8` file in the current directory.
3737

0 commit comments

Comments
 (0)