Skip to content

Commit

Permalink
Merge pull request #2 from anuradhawick/dev
Browse files Browse the repository at this point in the history
MAINT: update docs and badges
  • Loading branch information
anuradhawick authored Sep 3, 2024
2 parents 575dd63 + aceb0ab commit 849306d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Use the following command to test the build. All tests should pass.
cargo test
```

Use the following commands to run the pytests.

```bash
pytest tests/write_test.py -v
pytest tests/read_test.py -v
```

## Coding Style

We use [Clippy](https://doc.rust-lang.org/clippy/) to lint code in rsbio-seq.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@

[![Cargo tests](https://github.com/anuradhawick/rsbio-seq/actions/workflows/rust_test.yml/badge.svg)](https://github.com/anuradhawick/rsbio-seq/actions/workflows/rust_test.yml)
[![Downloads](https://static.pepy.tech/badge/rsbio-seq)](https://pepy.tech/project/rsbio-seq)
![PyPI - Version](https://img.shields.io/pypi/v/rsbio-seq)
[![PyPI - Version](https://img.shields.io/pypi/v/rsbio-seq)](https://pypi.org/project/rsbio-seq/)
[![Upload to PyPI](https://github.com/anuradhawick/rsbio-seq/actions/workflows/pypi.yml/badge.svg?branch=main)](https://github.com/anuradhawick/rsbio-seq/actions/workflows/pypi.yml)

RSBio intends to provide just reading facility on common sequence formats (FASTA/FASTQ) in both raw and compressed formats.

Expand Down

0 comments on commit 849306d

Please sign in to comment.