Skip to content

Commit

Permalink
more README
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Sep 1, 2024
1 parent ec6b339 commit de568b1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ Author: C. Titus Brown (@ctb), [email protected]
oxli is a simple Rust library + Python interface for counting k-mers
in genomic sequencing data.

## Installation

You can try building it yourself:
```
mamba env create -f environment.yml -n oxli
make wheel
```
and then install the resulting wheel.

We are working on packaging via conda-forge.

## Documentation

Please see [the API documentation](doc/api.md).
Expand Down

0 comments on commit de568b1

Please sign in to comment.