https://github.com/scverse/spatialdata-basel-workshop-2024
https://github.com/scverse/spatialdata-basel-workshop-2024
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/scverse/spatialdata-basel-workshop-2024
- Owner: scverse
- Created: 2024-11-13T06:15:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-04T23:56:30.000Z (over 1 year ago)
- Last Synced: 2025-07-07T01:09:06.544Z (11 months ago)
- Language: TeX
- Size: 2.51 MB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# BioHackRxiv for the SpatialData Developer Workshop
Basel, 2024
Pre-print published here: [https://osf.io/preprints/osf/u2a6m?view_only=.](https://osf.io/preprints/biohackrxiv/8ck3e).
## How to Build
Instructions and examples are available [here](https://github.com/biohackrxiv/bhxiv-gen-pdf/).
1. **Build the required Docker container** (this process takes 5-10 minutes):
```bash
docker build -t biohackrxiv/gen-pdf:local -f docker/Dockerfile .
```
2. **Build the .pdf**:
```bash
docker run --rm -it -v $(pwd):/work -w /work biohackrxiv/gen-pdf:local gen-pdf .
```