Skip to content

Commit

Permalink
Use vcf2zarr in GWAS tutorial notebook
Browse files Browse the repository at this point in the history
Build docs with Python 3.10

Use %%bash for running vcf2zarr
  • Loading branch information
tomwhite committed Sep 16, 2024
1 parent 6f7887a commit 7094d3c
Show file tree
Hide file tree
Showing 5 changed files with 14,053 additions and 5,687 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9"]
python-version: ["3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: '3.9'
python-version: '3.10'
- name: Install dependencies
run: |
sudo apt update -y
Expand Down
Loading

0 comments on commit 7094d3c

Please sign in to comment.