Skip to content

Commit

Permalink
fix benji's slides
Browse files Browse the repository at this point in the history
  • Loading branch information
LouiseDck committed Sep 12, 2024
1 parent 1ee853f commit 844a094
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 59 deletions.
48 changes: 22 additions & 26 deletions assets/slides.html

Large diffs are not rendered by default.

Binary file modified assets/slides.pdf
Binary file not shown.
Binary file added slides/images/scverse2025.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
48 changes: 22 additions & 26 deletions slides/slides.html

Large diffs are not rendered by default.

Binary file modified slides/slides.pdf
Binary file not shown.
10 changes: 3 additions & 7 deletions slides/slides.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ execute:

![](images/scverse2025.jpg)

---

# Introduction

Expand Down Expand Up @@ -375,8 +374,6 @@ adata
# obsp: 'connectivities', 'distances'
```

---

# Disk-based interoperability

Disk-based interoperability is a strategy for achieving interoperability between tools written in different programming languages by **storing intermediate results in standardized, language-agnostic file formats**.
Expand Down Expand Up @@ -473,9 +470,9 @@ docker pull berombau/polygloty-docker:latest
docker run -it -v $(pwd)/usecase:/app/usecase -v $(pwd)/book:/app/book berombau/polygloty-docker:latest pixi run pipeline
```
Another approach is to use multi-package containers to create custom combinations of packages.
- [Multi-Package BioContainers](https://midnighter.github.io/mulled/)
- [Seqera Containers](https://seqera.io/containers/)
- Another approach is to use multi-package containers to create custom combinations of packages.
- [Multi-Package BioContainers](https://midnighter.github.io/mulled/)
- [Seqera Containers](https://seqera.io/containers/)
# Workflows
Expand All @@ -484,4 +481,3 @@ You can go a long way with a folder of notebooks or scripts and the right tools.
See https://saeyslab.github.io/polygloty/book/workflow_frameworks/
# Takeaways

0 comments on commit 844a094

Please sign in to comment.