We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 557267e commit d26c02dCopy full SHA for d26c02d
README.md
@@ -31,7 +31,7 @@ By default this creates an `index.awfmi` file in the current directory.
31
### Find the minimum unique k-mer lengths for a chromosome
32
For chromosome 1, and lengths ranging from 20 to 200:
33
```bash
34
-newmap unique-lengths --kmer-batch-size 20000000 -k 20:200 --thread-count 4 index.awfmi chr1.fna.gz
+newmap unique-lengths --kmer-batch-size 20000000 --thread-count 4 20:200 index.awfmi chr1.fna.gz
35
```
36
This will create a `chr1.unique.uint8` file in the current directory.
37
0 commit comments