Skip to content

Commit acc9573

Browse files
committed
merge alphamap extra with gui
1 parent bc514f5 commit acc9573

11 files changed

Lines changed: 9 additions & 21 deletions

.github/workflows/e2e_tests_quick.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
os: ${{ matrix.os }}
31-
install-script: ./pip_install.sh tests,gui,dask,alphamap
31+
install-script: ./pip_install.sh tests,gui,dask
3232
test-script: ./run_e2e_tests_quick.sh

.github/workflows/e2e_tests_quick_multiple_platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131
os: ${{ matrix.os }}
32-
install-script: ./pip_install.sh stable,tests,gui,dask-stable,alphamap-stable
32+
install-script: ./pip_install.sh stable,tests,gui-stable,dask-stable
3333
test-script: ./run_e2e_tests_quick.sh
3434

3535
run-unit-tests-loose:
@@ -43,5 +43,5 @@ jobs:
4343
with:
4444
python-version: ${{ matrix.python-version }}
4545
os: ${{ matrix.os }}
46-
install-script: ./pip_install.sh tests,gui,dask,alphamap
46+
install-script: ./pip_install.sh tests,gui,dask
4747
test-script: ./run_e2e_tests_quick.sh

.github/workflows/install_and_unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
with:
3131
python-version: ${{ matrix.python-version }}
3232
os: ${{ matrix.os }}
33-
install-script: ./pip_install.sh tests,gui,dask,alphamap
33+
install-script: ./pip_install.sh tests,gui,dask
3434
test-script: ./run_unit_tests.sh

.github/workflows/install_and_unit_tests_multiple_platforms.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
python-version: ${{ matrix.python-version }}
2828
os: ${{ matrix.os }}
29-
install-script: ./pip_install.sh stable,tests,gui,dask-stable,alphamap-stable
29+
install-script: ./pip_install.sh stable,tests,gui-stable,dask-stable
3030
test-script: ./run_unit_tests.sh
3131

3232
run-unit-tests-loose:
@@ -40,5 +40,5 @@ jobs:
4040
with:
4141
python-version: ${{ matrix.python-version }}
4242
os: ${{ matrix.os }}
43-
install-script: ./pip_install.sh tests,gui,dask,alphamap
43+
install-script: ./pip_install.sh tests,gui,dask
4444
test-script: ./run_unit_tests.sh

.github/workflows/run_example_nbs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ jobs:
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
os: ${{ matrix.os }}
31-
install-script: ./pip_install.sh tests,gui,dask,alphamap
31+
install-script: ./pip_install.sh tests,gui,dask
3232
test-script: ./run_example_notebooks.sh

README.md

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -114,16 +114,6 @@ or the version with a pinned dependency (recommended)
114114
pip install "alphaquant[dask-stable]"
115115
```
116116

117-
For AlphaMap visualization features (sequence alignment plots), install the optional alphamap extra:
118-
119-
```bash
120-
pip install "alphaquant[alphamap]"
121-
```
122-
or the version with a pinned dependency (recommended)
123-
```bash
124-
pip install "alphaquant[alphamap-stable]"
125-
```
126-
127117
### Developer installation
128118

129119
AlphaQuant can also be installed in editable (i.e. developer) mode with a few `bash` commands. This allows to fully customize the software and even modify the source code to your specific needs. When an editable Python package is installed, its source code is stored in a transparent location of your choice. While optional, it is advised to first (create and) navigate to e.g. a general software folder:

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ optional-dependencies = { stable = { file = ["requirements/requirements.txt",
5555
] }, development = { file = ["requirements/requirements_development.txt", "requirements/requirements_tests.txt",
5656
] }, dask = { file = [ "requirements/requirements_dask_loose.txt",
5757
] }, dask-stable = { file = [ "requirements/requirements_dask.txt",
58-
] }, alphamap = { file = [ "requirements/requirements_alphamap_loose.txt",
59-
] }, alphamap-stable = { file = [ "requirements/requirements_alphamap.txt",
6058
] }}
6159

6260
version = {attr = "alphaquant.__version__"}

requirements/requirements_alphamap.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements/requirements_alphamap_loose.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

requirements/requirements_gui.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
plotly==5.24.1
22
bokeh==3.6.2
33
panel==1.6.0
4+
alphamap==0.2.0

0 commit comments

Comments
 (0)