Skip to content

Commit adffe52

Browse files
committed
Merge branch 'release_v18.0.0' into develop
2 parents 24c1c1d + e92332e commit adffe52

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docs/install.rst

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

2626
::
2727

28-
conda create -n S_balsamic -y -c conda-forge -c bioconda python=3.11 pip "cython<3" pygraphviz wkhtmltopdf snakemake-executor-plugin-slurm pysam=0.23.3 cyvcf2=0.31.1 htslib samtools
28+
conda create --name S_balsamic -c conda-forge python=3.11 pip "cython<3" pygraphviz wkhtmltopdf snakemake-executor-plugin-slurm
2929

3030

3131

@@ -41,7 +41,7 @@ Step 1. Installing BALSAMIC
4141

4242
::
4343

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

4646

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

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@
8484
"pyOpenSSL==23.2.0",
8585
"pyparsing==3.0.9",
8686
"pypdf==3.17.1",
87-
"pysam==0.23.0",
8887
"pytest==7.4.0",
8988
"python-dateutil==2.8.2",
9089
"pytz==2023.3",
@@ -110,7 +109,7 @@
110109
"typing_extensions==4.7.1",
111110
"tzdata==2023.3",
112111
"urllib3==1.26.16",
113-
"vcfpy==0.13.8",
112+
"vcfpy==0.13.4",
114113
"wrapt==1.15.0",
115114
"yapf==0.40.1",
116115
"yarl==1.9.2",

0 commit comments

Comments
 (0)