Skip to content
/ smafa Public

Biological sequence aligner for pre-aligned sequences

License

Notifications You must be signed in to change notification settings

wwood/smafa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A read aligner for aligned sequences

Anaconda-Server Badge Anaconda-Server Badge

Smafa attempts to align or cluster pre-aligned biological sequences, handling sequences which are all the same length. The main use case is through SingleM, although it can be used independently without issue to search and cluster other pre-aligned sequences.

Installation

Installation through bioconda

If you have bioconda installed:

conda install -c bioconda smafa

Installation through Cargo

Smafa can be installed in the usual way Rust packages are installed. After installing Rust, smafa can be installed using cargo:

cargo install smafa

Usage

To run the aligner, first make a db with smafa makedb and then query that database with smafa query. To see how to use these modes, use e.g. smafa query --help.

Help

If you have any questions or comments, please raise an issue on the GitHub repository, or just email Ben Woodcroft.

License

Smafa is developed by the Woodcroft lab at the Centre for Microbiome Research, School of Biomedical Sciences, QUT. It is licensed under GPL3 or later.

The code is available at https://github.com/wwood/smafa.