-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
20 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Suffix Array Mappings | ||
|
||
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/unipept/unipept-index/test.yml?logo=github) | ||
![Codecov](https://img.shields.io/codecov/c/github/unipept/unipept-index?token=IZ75A2FY98&flag=sa-mappings&logo=codecov) | ||
![Static Badge](https://img.shields.io/badge/doc-rustdoc-blue) | ||
|
||
A suffix array returns a range of matches. This range has to be mapped to some informational data. The `sa-mappings` library | ||
offers a few utilities to build these mapping tables. The library offers functionality to map each SA output onto its | ||
proteins, taxonomy and functional annotations. | ||
|
||
- `sa_mappings::taxonomy::TaxonAggregator` can aggregate a list of taxa. | ||
- `sa_mappings::functionality::FunctionAggregator` can aggregate a list of functional annotations. | ||
- `sa_mappings::proteins::Proteins` can map an SA entry to a protein and all its information |