Skip to content

Commit d2a0409

Browse files
Merge pull request #39 from scverse/kevinyamauchi-patch-1
update readme and docs
2 parents 954fe73 + fb418e7 commit d2a0409

File tree

2 files changed

+16
-14
lines changed

2 files changed

+16
-14
lines changed

README.md

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
1-
# spatialdata-io
1+
![SpatialData banner](https://github.com/scverse/spatialdata/blob/main/docs/_static/img/spatialdata_horizontal.png?raw=true)
2+
3+
# spatialdata-io: convenient readers for loading common formats into SpatialData
24

35
[![Tests][badge-tests]][link-tests]
46
[![Documentation][badge-docs]][link-docs]
57

6-
[badge-tests]: https://github.com/scverse/spatialdata-io/actions/workflows/test.yaml/badge.svg
7-
[link-tests]: https://github.com/scverse/spatialdata-io/actions/workflows/test.yaml
8+
[badge-tests]: https://github.com/scverse/spatialdata-io/actions/workflows/test_and_deploy.yaml/badge.svg
9+
[link-tests]: https://github.com/scverse/spatialdata-io/actions/workflows/test_and_deploy.yaml
810
[badge-docs]: https://img.shields.io/readthedocs/spatialdata-io
911

10-
SpatialData IO for common technologies.
12+
This package contains reader functions to load common spatial omics formats into SpatialData. Currently, we provide support for:
13+
14+
- NanoString CosMx
15+
- MCMICRO
16+
- Steinbock
17+
- 10x Genomics Visium
18+
- 10x Genomics Xenium
1119

1220
## Getting started
1321

@@ -22,32 +30,26 @@ Python installed, we recommend installing [Miniconda](https://docs.conda.io/en/l
2230

2331
There are several alternative options to install spatialdata-io:
2432

25-
<!--
26-
1) Install the latest release of `spatialdata-io` from `PyPI <https://pypi.org/project/spatialdata-io/>`_:
33+
1. Install the latest release of `spatialdata-io` from [PyPI](https://pypi.org/project/spatialdata-io/):
2734

2835
```bash
2936
pip install spatialdata-io
3037
```
31-
-->
3238

33-
1. Install the latest development version:
39+
2. Install the latest development version:
3440

3541
```bash
3642
pip install git+https://github.com/scverse/spatialdata-io.git@main
3743
```
3844

39-
## Release notes
40-
41-
See the [changelog][changelog].
42-
4345
## Contact
4446

4547
For questions and help requests, you can reach out in the [scverse discourse][scverse-discourse].
4648
If you found a bug, please use the [issue tracker][issue-tracker].
4749

4850
## Citation
4951

50-
> t.b.a
52+
[L Marconato*, G Palla*, KA Yamauchi*, I Virshup*, E Heidari, T Treis, M Toth, R Shrestha, H Vöhringer, W Huber, M Gerstung, J Moore, FJ Theis, O Stegle, bioRxiv, 2023](https://www.biorxiv.org/content/10.1101/2023.05.05.539647v1). \* = equal contribution
5153

5254
[scverse-discourse]: https://discourse.scverse.org/
5355
[issue-tracker]: https://github.com/scverse/spatialdata-io/issues

docs/template_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using this template
1+
# Developer guide
22

33
Welcome to the developer guidelines! This document is split into two parts:
44

0 commit comments

Comments
 (0)