Difference between revisions of "This page"

From medicin.ncmm.IT
Jump to: navigation, search
(List of modules maintained in our production Python versions)
(Edited info on docopt python lib as part of RT 4294814)
 
(29 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
== '''List of modules maintained in our production Python versions''' ==
 
== '''List of modules maintained in our production Python versions''' ==
  
The following table provides a list of all supported/maintained Python module versions, per Python version. The table concerns the biotin{2,3}.hpc.uio.no production servers. Please use these production Python versions for your research. If you need to install a module in one of those versions, ask the NCMM IT team to do it for you.   
+
The following table provides a list of all supported/maintained Python module versions, per Python version. The table concerns the '''biotin{2,3}.hpc.uio.no''' production servers. Please use these production Python versions for your research. If you need to install a module in one of those versions, ask the NCMM IT team to do it for you.   
  
 
'''Note: Python 2.7.x modules will have limited support from Dec 31st 2019, as Python 2.7.x will reach the end of its support life (EOL) as [https://pythonclock.org/ outlined here]. It is therefore important that you start using Python 3 now.'''   
 
'''Note: Python 2.7.x modules will have limited support from Dec 31st 2019, as Python 2.7.x will reach the end of its support life (EOL) as [https://pythonclock.org/ outlined here]. It is therefore important that you start using Python 3 now.'''   
Line 11: Line 11:
 
scl enable rh-python35 bash
 
scl enable rh-python35 bash
 
</syntaxhighlight>
 
</syntaxhighlight>
!Python 3.6.3<syntaxhighlight lang="shell">
+
!Python 3.6.9<syntaxhighlight lang="shell">
 
scl enable rh-python36 bash
 
scl enable rh-python36 bash
 +
</syntaxhighlight>
 +
!Python 3.8.0<syntaxhighlight lang="shell">
 +
scl enable rh-python38 bash
 
</syntaxhighlight>
 
</syntaxhighlight>
 
|-
 
|-
Line 19: Line 22:
 
|0.25.2
 
|0.25.2
 
|0.29.13
 
|0.29.13
 +
|0.29.21
 +
|-
 +
|[https://github.com/keleshev/docopt docopt]
 +
| -
 +
| -
 +
| -
 +
|0.4.0
 
|-
 
|-
 
|[https://www.numpy.org/ numpy]
 
|[https://www.numpy.org/ numpy]
Line 24: Line 34:
 
|1.14.0
 
|1.14.0
 
|1.17.0
 
|1.17.0
 +
|1.19.2
 
|-
 
|-
 
|[https://www.scipy.org/ scipy]
 
|[https://www.scipy.org/ scipy]
Line 29: Line 40:
 
|1.0.0
 
|1.0.0
 
|1.3.0
 
|1.3.0
 +
|1.5.2
 
|-
 
|-
 
|[https://matplotlib.org/ matplotlib]
 
|[https://matplotlib.org/ matplotlib]
Line 34: Line 46:
 
|2.0.2
 
|2.0.2
 
|3.1.1
 
|3.1.1
 +
|3.3.2
 
|-
 
|-
 
|[https://pandas.pydata.org/ pandas]
 
|[https://pandas.pydata.org/ pandas]
Line 39: Line 52:
 
|0.20.2
 
|0.20.2
 
|0.25.0
 
|0.25.0
 +
|1.1.2
 
|-
 
|-
 
|[https://biopython.org/ biopython]
 
|[https://biopython.org/ biopython]
Line 44: Line 58:
 
|1.69
 
|1.69
 
|1.74
 
|1.74
 +
|1.78
 +
|-
 +
|[https://www.h5py.org/ h5py]
 +
| -
 +
| -
 +
|2.10.0
 +
|3.0.0
 
|-
 
|-
 
|[https://intervene.readthedocs.io/en/latest/ intervene]
 
|[https://intervene.readthedocs.io/en/latest/ intervene]
Line 49: Line 70:
 
|0.6.2
 
|0.6.2
 
|0.6.4
 
|0.6.4
 +
|<nowiki>-</nowiki>
 +
|-
 +
|[https://joblib.readthedocs.io/en/latest/ joblib]
 +
| -
 +
| -
 +
|0.14.0
 +
|0.16.0
 
|-
 
|-
 
|[https://kipoi.org/about/ kipoi]
 
|[https://kipoi.org/about/ kipoi]
Line 54: Line 82:
 
|0.2.9
 
|0.2.9
 
| -
 
| -
 +
|0.6.29
 
|-
 
|-
 
|[https://github.com/taoliu/MACS macs2]
 
|[https://github.com/taoliu/MACS macs2]
Line 59: Line 88:
 
| -
 
| -
 
| -
 
| -
 +
|2.2.7.1
 +
|-
 +
|[http://numba.pydata.org/ numba]
 +
| -
 +
| -
 +
|0.48.0
 +
|0.51.2
 
|-
 
|-
 
|[https://pypi.org/project/patsy/ patsy]
 
|[https://pypi.org/project/patsy/ patsy]
 
|0.4.0
 
|0.4.0
 
|0.4.1
 
|0.4.1
 +
|0.5.1
 
|0.5.1
 
|0.5.1
 
|-
 
|-
 
|[https://pypi.org/project/python-dateutil/1.4/ python-dateutil]
 
|[https://pypi.org/project/python-dateutil/1.4/ python-dateutil]
|
 
|
 
 
|1.11.0
 
|1.11.0
 +
|1.11.0
 +
|1.11.0
 +
|2.8.1
 
|-
 
|-
 
|[https://pypi.org/project/pymongo/ pymongo]
 
|[https://pypi.org/project/pymongo/ pymongo]
Line 74: Line 112:
 
|3.5.0
 
|3.5.0
 
|3.5.1
 
|3.5.1
 +
|3.11.0
 
|-
 
|-
 
|[https://pypi.org/project/pyparsing/ pyparsing]
 
|[https://pypi.org/project/pyparsing/ pyparsing]
Line 79: Line 118:
 
|2.4.2
 
|2.4.2
 
|2.4.2
 
|2.4.2
 +
|2.4.7
 
|-
 
|-
 
|[https://pypi.org/project/pysam/ pysam]
 
|[https://pypi.org/project/pysam/ pysam]
Line 84: Line 124:
 
|0.12.0
 
|0.12.0
 
|0.15.3
 
|0.15.3
 +
|0.16.0.1
 
|-
 
|-
 
|[https://pytorch.org/ pytorch]
 
|[https://pytorch.org/ pytorch]
Line 89: Line 130:
 
| -
 
| -
 
|1.2.0
 
|1.2.0
 +
|1.8.0a0 (as of 2020-10-17)
 
|-
 
|-
 
|[https://pypi.org/project/pybedtools/ pybedtools]
 
|[https://pypi.org/project/pybedtools/ pybedtools]
Line 94: Line 136:
 
|0.7.9
 
|0.7.9
 
|0.8.0
 
|0.8.0
 +
|0.8.1
 
|-
 
|-
 
|[https://pypi.org/project/pyBigWig/ pybigwig]
 
|[https://pypi.org/project/pyBigWig/ pybigwig]
Line 99: Line 142:
 
|0.3.4
 
|0.3.4
 
|0.3.17
 
|0.3.17
 +
|0.3.17
 +
|-
 +
|[https://pypi.org/project/requests/ requests]
 +
| 2.6.0
 +
|2.22.0
 +
|2.22.0
 +
|2.24.0
 
|-
 
|-
 
|[https://pypi.org/project/rpy2/ rpy2]
 
|[https://pypi.org/project/rpy2/ rpy2]
Line 104: Line 154:
 
|3.0.4
 
|3.0.4
 
|3.0.5
 
|3.0.5
 +
|3.3.5 (built with R/4.0.2)
 +
|-
 +
|[https://scikit-learn.org/stable/ scikit-learn]
 +
| 0.17.1
 +
| -
 +
|0.21.3
 +
|0.23.2
 
|-
 
|-
 
|[https://pypi.org/project/snakemake/ snakemake]
 
|[https://pypi.org/project/snakemake/ snakemake]
Line 109: Line 166:
 
|5.5.4
 
|5.5.4
 
|5.5.4
 
|5.5.4
 +
|5.25.0
 
|-
 
|-
 
|[https://pypi.org/project/deepTools/ deepTools]
 
|[https://pypi.org/project/deepTools/ deepTools]
Line 114: Line 172:
 
|2.5.3_2
 
|2.5.3_2
 
|3.3.0
 
|3.3.0
 +
|3.5.0
 
|-
 
|-
 
|[https://pypi.org/project/HTSeq/ htseq]
 
|[https://pypi.org/project/HTSeq/ htseq]
Line 119: Line 178:
 
|0.8.0
 
|0.8.0
 
|0.11.2
 
|0.11.2
 +
|0.12.4
 
|-
 
|-
 
|[https://pypi.org/project/seaborn/ seaborn]
 
|[https://pypi.org/project/seaborn/ seaborn]
Line 124: Line 184:
 
|0.8.0
 
|0.8.0
 
|0.9.0
 
|0.9.0
 +
|0.11.0
 +
|-
 +
|[https://pypi.org/project/seqlogo/ seqlogo]
 +
| -
 +
| -
 +
| -
 +
|5.29.8
 
|-
 
|-
 
|[https://pypi.org/project/statsmodels/ statsmodels]
 
|[https://pypi.org/project/statsmodels/ statsmodels]
Line 129: Line 196:
 
|0.8.0
 
|0.8.0
 
|0.10.1
 
|0.10.1
 +
|0.12.0
 
|-
 
|-
 
|[https://xgboost.readthedocs.io/en/latest/python/python_intro.html xgboost]
 
|[https://xgboost.readthedocs.io/en/latest/python/python_intro.html xgboost]
Line 134: Line 202:
 
|0.60
 
|0.60
 
|0.90
 
|0.90
 +
|1.3.0 SNAPSHOT (as of 2020-10-20)
 +
|-
 +
|[https://pypi.org/project/XlsxWriter/ xlsxwriter]
 +
| -
 +
|1.2.7
 +
|1.2.7
 +
|1.3.7
 
|}
 
|}

Latest revision as of 12:08, 8 March 2021

List of modules maintained in our production Python versions

The following table provides a list of all supported/maintained Python module versions, per Python version. The table concerns the biotin{2,3}.hpc.uio.no production servers. Please use these production Python versions for your research. If you need to install a module in one of those versions, ask the NCMM IT team to do it for you.

Note: Python 2.7.x modules will have limited support from Dec 31st 2019, as Python 2.7.x will reach the end of its support life (EOL) as outlined here. It is therefore important that you start using Python 3 now.

Library/module Python 2.7.5 Python 3.5.1
scl enable rh-python35 bash
Python 3.6.9
scl enable rh-python36 bash
Python 3.8.0
scl enable rh-python38 bash
cython 0.23.4 0.25.2 0.29.13 0.29.21
docopt - - - 0.4.0
numpy 1.14.2 1.14.0 1.17.0 1.19.2
scipy 1.0.1 1.0.0 1.3.0 1.5.2
matplotlib 2.2.2 2.0.2 3.1.1 3.3.2
pandas 0.22.0 0.20.2 0.25.0 1.1.2
biopython 1.71 1.69 1.74 1.78
h5py - - 2.10.0 3.0.0
intervene 0.6.2 0.6.2 0.6.4 -
joblib - - 0.14.0 0.16.0
kipoi - 0.2.9 - 0.6.29
macs2 2.1.1 - - 2.2.7.1
numba - - 0.48.0 0.51.2
patsy 0.4.0 0.4.1 0.5.1 0.5.1
python-dateutil 1.11.0 1.11.0 1.11.0 2.8.1
pymongo 3.5.1 3.5.0 3.5.1 3.11.0
pyparsing 2.2.0 2.4.2 2.4.2 2.4.7
pysam 0.8.3 0.12.0 0.15.3 0.16.0.1
pytorch - - 1.2.0 1.8.0a0 (as of 2020-10-17)
pybedtools 0.7.9 0.7.9 0.8.0 0.8.1
pybigwig - 0.3.4 0.3.17 0.3.17
requests 2.6.0 2.22.0 2.22.0 2.24.0
rpy2 2.7.3 3.0.4 3.0.5 3.3.5 (built with R/4.0.2)
scikit-learn 0.17.1 - 0.21.3 0.23.2
snakemake - 5.5.4 5.5.4 5.25.0
deepTools 2.4.0_2 2.5.3_2 3.3.0 3.5.0
htseq 0.6.1 0.8.0 0.11.2 0.12.4
seaborn 0.8.1 0.8.0 0.9.0 0.11.0
seqlogo - - - 5.29.8
statsmodels 0.6.1 0.8.0 0.10.1 0.12.0
xgboost 0.71 0.60 0.90 1.3.0 SNAPSHOT (as of 2020-10-20)
xlsxwriter - 1.2.7 1.2.7 1.3.7