Skip to content

Commit

Permalink
Merge branch 'master' of github.com:Wytamma/snk
Browse files Browse the repository at this point in the history
  • Loading branch information
Wytamma committed Oct 28, 2024
2 parents d2fa734 + 552d025 commit 38e1a32
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/snk.svg)](https://pypi.org/project/snk)
[![write-the - docs](https://badgen.net/badge/write-the/docs/blue?icon=https://raw.githubusercontent.com/Wytamma/write-the/master/images/write-the-icon.svg)](https://write-the.wytamma.com/)
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2FWytamma%2Fsnk&count_bg=%2379C83D&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=false)](https://github.com/Wytamma/snk)
[![status](https://joss.theoj.org/papers/e0b3241a56503fc2cae712d95c9142d8/status.svg)](https://joss.theoj.org/papers/e0b3241a56503fc2cae712d95c9142d8)

---

Expand All @@ -17,6 +18,11 @@ Snk (pronounced snek) is a Snakemake workflow management system. Snk allows you

## Installation

From bioconda:
```console
conda create -n snk bioconda::snk
```
From PyPI:
```console
pip install snk
```
Expand Down
5 changes: 5 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ Snk (pronounced snek) is a Snakemake workflow management system. Snk allows you

## Installation

From bioconda:
```console
conda create -n snk bioconda::snk
```
From PyPI:
```console
pip install snk
```
Expand Down

0 comments on commit 38e1a32

Please sign in to comment.