Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:hhandika/segul into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
hhandika committed Jul 12, 2024
2 parents 4e912da + e7e013c commit e0a695a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
![Crates-Download](https://img.shields.io/crates/d/segul?color=orange&label=crates.io-downloads)
![GH-Release](https://img.shields.io/github/v/tag/hhandika/segul?label=gh-releases)
![GH-Downloads](https://img.shields.io/github/downloads/hhandika/segul/total?color=blue&label=gh-release-downloads)
[![LoC](https://tokei.rs/b1/github/hhandika/segul?category=code)](https://github.com/XAMPPRocky/tokei)
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/segul/README.html)
![last-commit](https://img.shields.io/github/last-commit/hhandika/segul)
![License](https://img.shields.io/github/license/hhandika/segul)
[![LoC](https://tokei.rs/b1/github/hhandika/segul?category=code)](https://github.com/XAMPPRocky/tokei)

SEGUL is an ultra-fast, memory-efficient application for working with phylogenomic datasets. It is available as standalone, zero dependency command line, GUI applications (called SEGUI), and library/packages for Rust and other programming languages. It runs from your smartphone to High Performance Computers (see platform support below). It is safe, multi threaded, and easy to use.

Expand Down Expand Up @@ -65,6 +66,7 @@ The CLI app may work in any Rust supported [platform](https://doc.rust-lang.org/
#### CLI Installation Methods

- Pre-compiled binaries: [[Releases]](https://github.com/hhandika/segul/releases) [[Docs]](https://www.segul.app/docs/installation/install_binary)
- Conda: [[Package]](https://anaconda.org/bioconda/segul) [[Docs]](https://www.segul.app/docs/installation/install_conda)
- Package manager: [[Docs]](https://www.segul.app/docs/installation/install_cargo)
- From source: [[Docs]](https://www.segul.app/docs/installation/install_source)
- Beta version: [[Docs]](https://www.segul.app/docs/installation/install_dev)
Expand All @@ -74,7 +76,7 @@ The CLI app may work in any Rust supported [platform](https://doc.rust-lang.org/
The API version is available for Rust and other programming languages. For Rust users, you can install it via Cargo:

```bash
cargo install segul
cargo add segul
```

#### Python
Expand All @@ -85,7 +87,7 @@ We provide binding for Python (called [pysegul](https://pypi.org/project/pysegul
pip install pysegul
```

Learn more about interfacing SEGUL with other programming languages in the [documentation](https://www.segul.app/docs/api-usage/python/intro).
Learn more about using SEGUL API in the [documentation](https://www.segul.app/docs/api-usage/python/intro).

## Features

Expand Down

0 comments on commit e0a695a

Please sign in to comment.