Skip to content

Commit

Permalink
Write python package name as shown on PyPi.
Browse files Browse the repository at this point in the history
Write python package name as shown on PyPi.
  • Loading branch information
ghuls committed Jul 15, 2024
1 parent c3af80a commit f7e3eef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# scATAC Fragment Tools

[![PyPI](https://img.shields.io/pypi/v/scatac_fragment_tools?color=green)](https://pypi.org/project/scatac_fragment_tools/)
[![PyPI](https://img.shields.io/pypi/v/scatac-fragment-tools?color=green)](https://pypi.org/project/scatac-fragment-tools/)
[![Docs](https://img.shields.io/badge/Docs-blue)](https://aertslab.github.io/scatac_fragment_tools/)

Tools for working with scATAC-seq fragment files.
Expand All @@ -9,7 +9,7 @@ Tools for working with scATAC-seq fragment files.

```bash

pip install scatac_fragment_tools
pip install scatac-fragment-tools

```

Expand Down

0 comments on commit f7e3eef

Please sign in to comment.