Skip to content

Commit

Permalink
readme: absolute link to assets
Browse files Browse the repository at this point in the history
  • Loading branch information
quentinblampey committed Dec 19, 2023
1 parent f862b12 commit f847c89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<p align="center">
<img src="docs/assets/sopa.png" alt="sopa_logo" width="250"/>
<img src="https://raw.githubusercontent.com/gustaveroussy/sopa/master/docs/assets/sopa.png" alt="sopa_logo" width="250"/>
</p>

# Spatial-omics pipeline and analysis
[![PyPI](https://img.shields.io/pypi/v/sopa.svg)](https://pypi.org/project/sopa)
[![Downloads](https://static.pepy.tech/badge/sopa)](https://pepy.tech/project/sopa)
[![Docs](https://img.shields.io/badge/docs-mkdocs-blue)](https://gustaveroussy.github.io/sopa)
![Build](https://github.com/MICS-Lab/sopa/workflows/ci/badge.svg)
![Build](https://github.com/gustaveroussy/sopa/workflows/ci/badge.svg)
[![Code Style](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/python/black)
[![License](https://img.shields.io/pypi/l/sopa.svg)](https://github.com/gustaveroussy/sopa/blob/master/LICENSE)
[![Imports: isort](https://img.shields.io/badge/imports-isort-blueviolet)](https://pycqa.github.io/isort/)
Expand All @@ -24,7 +24,7 @@ The easiest way to getting started with `sopa` is to check [our documentation](h
The following illustration describes the main steps of `sopa`:

<p align="center">
<img src="docs/assets/overview.png" alt="sopa_overview" width="100%"/>
<img src="https://raw.githubusercontent.com/gustaveroussy/sopa/master/docs/assets/overview.png" alt="sopa_overview" width="100%"/>
</p>

# Installation
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 = "sopa"
version = "0.2.0"
version = "0.2.1"
description = "Spatial-omics pipeline and analysis"
documentation = "https://gustaveroussy.github.io/sopa"
homepage = "https://gustaveroussy.github.io/sopa"
Expand Down

0 comments on commit f847c89

Please sign in to comment.