smafa

Crates.iosmafa
lib.rssmafa
version0.8.0
sourcesrc
created_at2018-01-09 06:11:49.763195
updated_at2024-05-11 22:33:21.905119
descriptionRead aligner for small pre-aligned sequences
homepagehttps://github.com/wwood/smafa
repositoryhttps://github.com/wwood/smafa
max_upload_size
id46071
size92,520
Samuel Aroney (AroneyS)

documentation

https://github.com/wwood/smafa

README

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.

Commit count: 139

cargo fmt