Aez35 / miRScore

plant miRNA validation tool for analyzing annotated miRNAs
1 stars 1 forks source link

Why use an old version of python? #8

Closed MikeAxtell closed 1 year ago

MikeAxtell commented 1 year ago

version 3.6 of python is ancient. The current stable release of python is 3.11. Why peg a new script to a very old version of python?

Aez35 commented 1 year ago

The RNA module for python used to require python 3.6, however this was fixed in the script. Changed so miRScore no longer requires a specific python version

MikeAxtell commented 1 year ago

README instructions still tell users that python=3.6 is required for installation (see the conda line).