https://github.com/biocpy/tutorial
tutorial for all bioconductor representations in Python
https://github.com/biocpy/tutorial
biocpy
Last synced: about 2 months ago
JSON representation
tutorial for all bioconductor representations in Python
- Host: GitHub
- URL: https://github.com/biocpy/tutorial
- Owner: BiocPy
- Created: 2023-01-23T22:35:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-15T22:54:21.000Z (about 1 year ago)
- Last Synced: 2025-01-28T00:35:36.637Z (3 months ago)
- Topics: biocpy
- Language: TeX
- Homepage: https://biocpy.github.io/tutorial/
- Size: 8.48 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## BiocPy tutorial
This is a reproducible Quarto book with reusable snippets. If you're new to Quarto books, you can explore more about them [here](https://quarto.org/docs/books).
## Setting Up the Tutorial Locally
To get started locally, follow these steps:
- Install quarto-cli.
- Install the necessary packages listed in requirements.txt.
- Run quarto preview to view the HTML version of the site.Take advantage of GitHub actions, which are available to automatically publish the tutorial book whenever changes are made on the **master** branch.