-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #119 from hydra-genetics/develop
chore: dev to master
- Loading branch information
Showing
31 changed files
with
33,488 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
|
||
name: build mkdocs | ||
|
||
on: | ||
push: | ||
branches: | ||
- develop | ||
- master | ||
pull_request: | ||
branches: | ||
- develop | ||
- master | ||
workflow_dispatch: | ||
|
||
jobs: | ||
build-mkdocs: | ||
name: build mkdocs | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- name: Set up Python 3.8 | ||
uses: actions/setup-python@v3 | ||
with: | ||
python-version: 3.8 | ||
- name: Install requirements.txt | ||
run: | | ||
pip install -r requirements.txt | ||
- name: Install requirements.test.txt | ||
run: | | ||
pip install -r requirements.test.txt | ||
pip install -r docs/requirements.txt | ||
- name: build mkdocs | ||
run: | | ||
mkdocs build |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# .readthedocs.yaml | ||
# Read the Docs configuration file | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the version of Python and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.11" | ||
|
||
mkdocs: | ||
configuration: mkdocs.yml | ||
|
||
# Optionally declare the Python requirements required to build your docs | ||
python: | ||
install: | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9,892 changes: 9,892 additions & 0 deletions
9,892
.tests/integration/verifybamid2/1000g.phase3.10k.b38.exome.vcf.gz.dat.UD
Large diffs are not rendered by default.
Oops, something went wrong.
2,504 changes: 2,504 additions & 0 deletions
2,504
.tests/integration/verifybamid2/1000g.phase3.10k.b38.exome.vcf.gz.dat.V
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.