Skip to content

A k-mer-based approach for masking low-complexity nucleotide sequences.

Notifications You must be signed in to change notification settings

louiejtaylor/komplexity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Komplexity

A k-mer-based approach for masking low-complexity sequences. See also the [currently faster] sister implemetation in Rust: https://github.com/eclarke/komplexity

Install

git clone https://github.com/louiejtaylor/komplexity

or just grab the binary.

Usage

./komplexity -in [-out] [-k] [-win] [-h]

-in="test.fa": Input filename
-k=4: k-mer size
-out="test.fa_filtered": Output filename 
-win=100: window length

Still under construction..for now works only on fasta

About

A k-mer-based approach for masking low-complexity nucleotide sequences.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages