Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
usrlocalpackge: Default to python-3.8.8-0
In the wake of this update some common tools in bin are
updated too:

  - meson 0.54.0 -> 0.57.1
  - snakemake 5.13.0 -> 6.0.5
  - cuda used: 10.2.89 -> 11.1.1
  • Loading branch information
thomas committed Mar 29, 2021
1 parent 22d40de commit af5de81
Showing 1 changed file with 24 additions and 14 deletions.
38 changes: 24 additions & 14 deletions usrlocalpkg/admin/config
Expand Up @@ -1342,41 +1342,51 @@ python-3.8=python-3.8.8-0
python3.8-config
pip3.8
pydoc3.8
thonny
idr

python3.8=python-3.8

# b) manage python based tools (meson, snakemake, ...), default python
# b) default python, see PEP 0394 too

python-3=python-3.7
python3 # PEP 0394 https://www.python.org/dev/peps/pep-0394/
python3-config # PEP 0394
idle3=idle # PEP 0394
pydoc3=pydoc # PEP 0394
python-3=python-3.8
python3
python3-config
idle3=idle
pydoc3=pydoc
pip3
ipython3
meson
snakemake
jupyter-lab
virtualenv3=virtualenv

python3=python-3

# c) manage python based tools (meson, snakemake, ...)
# mind python3-wrapper.be0

python=python-3
bamCompare
bamCoverage
cooler
cooltools
cutadapt
deeptools
hic2cool
htseq-count
htseq-qa
idr
ipython
jupyter
umi_tools
jupyter-lab
meson
multiqc
nbshow
pairtools
pgt
pip
pyGenomeTracks
snakemake
tadtool
thonny
umi_tools
virtualenv
multiqc
virtualenv3=virtualenv

rstudio-1.1.383-0
rstudio-1.1=rstudio
Expand Down

0 comments on commit af5de81

Please sign in to comment.