Skip to content

Commit

Permalink
Development install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bede committed Dec 1, 2022
1 parent fd9e2cc commit c4b33e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 29 deletions.
24 changes: 0 additions & 24 deletions .github/workflows/tests.yml

This file was deleted.

12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
![Tests](https://github.com/pha4ge/primaschema/actions/workflows/tests.yml/badge.svg)
![Tests](https://github.com/pha4ge/primaschema/actions/workflows/test.yml/badge.svg)
# Primaschema

**Currently under active development and unstable**. Generates PHA4GE-compatible tiling amplicon scheme bundles from either 6 or 7 column Primal Scheme-like bed files and metadata contained in a YAML file.

## Install (Python 3.10+)
```
pip install https://github.com/bede/primaschema
pip install https://github.com/pha4ge/primaschema
```


Expand Down Expand Up @@ -65,8 +65,12 @@ reference_checksum: "primaschema:7d5621cd3b3e498d0c27fcca9d3d3c5168c7f3d3f9776f3
## Test
## Development
```
$ pytest
# Inside a clean Python 3.10+ environment
git clone https://github.com/pha4ge/primaschema.git
cd primaschema
pip install --editable ./
pytest
```
2 changes: 1 addition & 1 deletion src/primaschema/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pathlib import Path

__version__ = "0.2.0"
__version__ = "0.1.0"

pkg_dir = Path(__file__)
data_dir = pkg_dir.parent / "data"
Expand Down

0 comments on commit c4b33e2

Please sign in to comment.