Skip to content

Commit 24c1c1d

Browse files
committed
Merge branch 'release_v18.0.0' into develop
2 parents f338395 + 4bd1539 commit 24c1c1d

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
@@ -1,4 +1,4 @@
1-
[X.X.X]
1+
[18.0.0]
22
=======
33

44
Added:

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 --name S_balsamic -c conda-forge python=3.11 pip "cython<3" pygraphviz wkhtmltopdf snakemake-executor-plugin-slurm
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
2929

3030

3131

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

4242
::
4343

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

4646

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

0 commit comments

Comments
 (0)