Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 516 Bytes

File metadata and controls

22 lines (11 loc) · 516 Bytes

kma container

Main tool : kma

kma : k-mer mapping of raw reads to a redundant database

Example Usage

Database needs to be indexed to use kma for mapping:

kma index -i templates.fsa.gz -o database/name

kma mapping of paired and unpaired read files:

kma -ipe SRR13957123_*.fastq.gz -o test.output -t_db DB_name

kma -i singleEndReads.fq.gz -ipe pairedEnd_*.fq.gz -o output/name -t_db database/name -1t1

More information about kma:

https://bitbucket.org/genomicepidemiology/kma/src/master/