Skip to content

Commit

Permalink
usrlocalpkg: switch to python-3.9
Browse files Browse the repository at this point in the history
Summary:

 - meson version is now 0.59.0
 - snakemake is 6.6.1
 - pdbfixer is used by AlphaFold, so it is in the path.
  • Loading branch information
thomas committed Aug 16, 2021
1 parent 7572632 commit 78ff043
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions usrlocalpkg/admin/config
Original file line number Diff line number Diff line change
Expand Up @@ -1362,7 +1362,7 @@ python3.9=python-3.9

# b) default python, see PEP 0394 too

python-3=python-3.8
python-3=python-3.9
python3
python3-config
idle3=idle
Expand All @@ -1373,7 +1373,7 @@ python-3=python-3.8
python3=python-3

# c) manage python based tools (meson, snakemake, ...)
# mind python3-wrapper.be0
# Check existence! And mind python3-wrapper.be0 too

python=python-3
bamCompare
Expand All @@ -1395,6 +1395,7 @@ python=python-3
multiqc
nbshow
pairtools
pdbfixer
pgt
pip
pyGenomeTracks
Expand Down

0 comments on commit 78ff043

Please sign in to comment.