Skip to content

Commit 828a627

Browse files
authored
chore: update install instructions (#1599)
#### Changed - updated balsamic installation instructions
1 parent 9cb5556 commit 828a627

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Changed:
88
^^^^^^^^
99
* Updated ensembl vep to version 113.4 https://github.com/Clinical-Genomics/BALSAMIC/pull/1567
1010
* Updated rank model to use GNOMADAF_popmax instead of deprecated gnomAD_AF https://github.com/Clinical-Genomics/BALSAMIC/pull/1567
11-
11+
* Updated balsamic installation instructions https://github.com/Clinical-Genomics/BALSAMIC/pull/1599
1212

1313
Removed:
1414
^^^^^^^^

docs/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Step 1. Installing BALSAMIC
2424

2525
::
2626

27-
conda create -c conda-forge -c defaults --name S_balsamic python==3.11 pip pygraphviz wkhtmltopdf
27+
conda create --name S_balsamic -c conda-forge python=3.11 pip "cython<3" pygraphviz wkhtmltopdf
2828

2929

3030
2. Activate environment:
@@ -39,7 +39,7 @@ Step 1. Installing BALSAMIC
3939

4040
::
4141

42-
pip install --no-cache-dir -U git+https://github.com/Clinical-Genomics/BALSAMIC
42+
pip install --no-build-isolation --no-cache-dir -U git+https://github.com/Clinical-Genomics/BALSAMIC
4343

4444

4545
Or if you have repository cloned and want it in editable mode:

0 commit comments

Comments
 (0)