Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 602 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 602 Bytes

KMC

The project is a fork of KMC, see its doc.

This is a modified version of KMC, in particular there are a kmc_dump version modified for generate the kmers occurances as input of an Hadoop Project.

kmc_dump_inverted

kmc_dump_inverted prints in inverted way the result of kmc_dump:

...
21876582	ACT
...

kmc_dump_indexed

kmc_dump_indexed prints with the line also the sequence identifier, based on the database name previusly generated from the program kmc. The result is as follows:

...
seq7.fasta	ACT	21876582
...