File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff 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
4747Or if you have repository cloned and want it in editable mode:
Original file line number Diff line number Diff line change 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" ,
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" ,
You can’t perform that action at this time.
0 commit comments