Skip to content

Find closest aligned sequences to a query sequnece

License

Notifications You must be signed in to change notification settings

tseemann/klosham

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status License: GPLv3 Language: C99

klosham

Find all sequences within a Hamming distance of a query sequence. Both the query and the database need to be in FASTA format and aligned to the same reference.

Quick Start

# FIXME
% klosham -q focal.afa -d db.afa

Installation

klosham is written in C to the C99 standard and only depends on zlib.

Bioconda (NOT WORKING YET)

conda install -c bioconda -c conda-forge klosham

Source

git clone https://github.com/tseemann/klosham.git
cd klosham
make

# run tests
make check

# optionally install to a specific location (default: /usr/local)
make PREFIX=/usr/local install

Options

klosham -h (help)

FIXME

klosham -v (version)

Prints the name and version separated by a space in standard Unix fashion.

klosham 1.2.3

klosham -q (quiet mode)

Don't print informational messages, only errors.

Issues

Report bugs and give suggesions on the Issues page

Related software

Licence

GPL Version 3

Author

About

Find closest aligned sequences to a query sequnece

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published