Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickp60 committed Apr 22, 2024
1 parent 6f8e53f commit 0f50da8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,20 @@ pip install --editable .


## Usage (package)

```python
>>> from fcid import run
>>> run.get_tech_type("CABBCANXX", run.FCIDs)
[['HiSeq 2500'], 'High Output v3 flow cell']
```

## Test
```
pytest
```

## Deployment

1. Update version pyproject.toml
2. commit and tag
3. push to github and make a release
4. check the package deployment action
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta"

[project]
name = "fcid"
version = "0.0.6"
version = "0.0.10"
authors = [
{name = "Nick Waters", email = "nickp60@gmail.com"},
]
description = "Get Illumina Machine info from flowcell"
description = "Get Illumina sequencer metadata from flowcell/machine identifier"
readme = "README.md"
requires-python = ">=3.7"
license = {text = "MIT"}
Expand Down

0 comments on commit 0f50da8

Please sign in to comment.