You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a casualty of the fact that I now output character vectors in R instead of just forwarding the module avail output to the terminal. I'm not certain how important this information is though, as I would discourage loading the default version in general. I could maybe add a new filter that only shows default versions, or a detailed command that outputs more verbose information (but only if the --json flag is supported). Other suggestions welcome.
Since you're already walking the directory tree, you could parse the .version file located in each folder (if it exists). e.g. for python
$ cat /stornext/System/data/modulefiles/bioinf/its/python/.version
#%Module1.0###########################################################
###
### version file for module
###
set ModulesVersion 3.8.8
module_avail()
doesn't show which one's the default Python. For example, in bash, the default module is underlined.The text was updated successfully, but these errors were encountered: