Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebedthan committed Jul 7, 2024
1 parent 26ffef0 commit fcd53db
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 15 deletions.
28 changes: 15 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# hkgfinder

*Find housekeeping genes in prokaryotic (meta)genomes*

[![PyPI](https://img.shields.io/pypi/v/hkgfinder.svg)](https://pypi.org/project/hkgfinder)
[![Wheel](https://img.shields.io/pypi/wheel/hkgfinder.svg)](https://pypi.org/project/hkgfinder)
[![Language](https://img.shields.io/pypi/implementation/hkgfinder)](https://pypi.org/project/hkgfinder)
Expand All @@ -8,24 +10,21 @@
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://www.gnu.org/licenses/MIT)


## Find housekeeping genes in prokaryotic (meta)genomes

### Introduction

## 🗺️ Overview
hkgfinder is a fast and accurate housekeeping gene finder and classifier. hkgfinder can run on raw sequences, genomes and metagenomes. The novel value of this method lies is in its ability to directly predict and classify gene sequences into housekeeping gene families at a high specificity and sensitivity, while being also faster than genome and metagenome annotator on genome and metagenome data.


### How hkgfinder works
## How hkgfinder works
![](img/hkgfinder.png)

### Installation

~~You will have first to install [Prodigal](https://github.com/hyattpd/Prodigal) and [HMMER 3](https://hmmer.org) to be able to run hkgfinder.~~

**hkgfinder since v0.2 is without external dependencies.**
## 🔧 Installing

hkgfinder can be installed directly from [PyPI](https://pypi.org/project/hkgfinder).

```bash
pip install hkgfinder
```console
$ pip install hkgfinder
```

## Test
Expand Down Expand Up @@ -58,12 +57,15 @@ hkgfinder --faa housekeeping.faa --fna housekeeping.fna file.fa.gz

* hkgfinder supports gzip, lzma, bz2 and zstd compressed files.

## Bugs
## ⚠️ Issue Tracker

Submit problems or requests to the [Issue Tracker](https://github.com/Ebedthan/hkgfinder/issues).
Found a bug ? Have an enhancement request ? Head over to the [Issue Tracker](https://github.com/Ebedthan/hkgfinder/issues) if you need to report
or ask something. If you are filing in on a bug, please include as much
information as you can about the issue, and try to recreate the same bug
in a simple, easily reproducible situation.


## Licence
## ⚖️ License

[MIT](https://github.com/Ebedthan/hkgfinder/blob/main/LICENSE).

Expand Down
2 changes: 1 addition & 1 deletion hkgfinder/hkgfinder.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

AUTHOR = "Anicet Ebou <[email protected]>"
URL = "https://github.com/Ebedthan/hkgfinder"
VERSION = "0.2"
VERSION = "0.3"

args = cli.args

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "hkgfinder"
version = "0.2.0"
version = "0.3.0"
description = "find housekeeping genes in prokaryotic (meta)genomic data"
authors = ["Anicet Ebou <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit fcd53db

Please sign in to comment.