Skip to content

Commit

Permalink
Fix binary name typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Itolstoganov authored May 15, 2024
1 parent 7b5d856 commit 827dab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/standalone.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

## k-mer counter

To provide input data to SPAdes k-mer counting tool `spades-kmercounter ` you may just specify files in [SPAdes-supported formats](running.md#spades-input) without any flags (after all options) or provide dataset description file in [YAML format](running.md#specifying-multiple-libraries-with-yaml-data-set-file).
To provide input data to SPAdes k-mer counting tool `spades-kmercount` you may just specify files in [SPAdes-supported formats](running.md#spades-input) without any flags (after all options) or provide dataset description file in [YAML format](running.md#specifying-multiple-libraries-with-yaml-data-set-file).

Output: `<output_dir>/final_kmers` - unordered set of kmers in binary format. Kmers from both forward and reverse-complementary reads are taken into account.

Expand Down

0 comments on commit 827dab5

Please sign in to comment.