Skip to content

Commit

Permalink
Add a subcommand to convert the k-mer counting result to ASCII format.
Browse files Browse the repository at this point in the history
Add an example dataset.
  • Loading branch information
wjnjlcn committed Mar 8, 2020
1 parent c07f82d commit d7d1750
Show file tree
Hide file tree
Showing 5 changed files with 227,939 additions and 2 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ set(SRC
src/kmer_counter.h src/kmer_counter.c
src/header.h src/header.c
src/histo.h src/histo.c
src/dump.c src/dump.h
src/main.c)

add_executable(chtkc ${SRC})
Expand Down
Loading

0 comments on commit d7d1750

Please sign in to comment.