Skip to content

Commit

Permalink
add bwa as a submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Jan 14, 2025
1 parent 8154424 commit 2f5e17c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,9 @@ jobs:
matrix:
PYTHON_VERSION: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
repository: "lh3/bwa"
path: "bwa"
submodules: 'true'
- name: Set up Python ${{matrix.PYTHON_VERSION}}
uses: actions/setup-python@v1
with:
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "bwa"]
path = bwa
url = [email protected]:lh3/bwa.git
3 changes: 2 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ build:
python: "3.9"
jobs:
pre_install:
- git clone https://github.com/lh3/bwa.git
- pip install poetry==1.8.3
- poetry config virtualenvs.create false
- VIRTUAL_ENV=$READTHEDOCS_VIRTUALENV_PATH poetry install
submodules:
include: all
sphinx:
configuration: docs/conf.py
python:
Expand Down
1 change: 1 addition & 0 deletions bwa
Submodule bwa added at 79b230

0 comments on commit 2f5e17c

Please sign in to comment.