SOFT : Julia ------ Site du soft: https://julialang.org ------------- LICENSE: -------- MIT See software documentation for more informations. Location: /tools/devel/Julia --------- Load binaries and environment: ------------------------------ -> Version v1.9.3 module load devel/Julia/1.9.3 -> Version v1.11.4 module load devel/Julia/1.11.4 Julia packages default directory is usually located at your home directory whose allocated space is very limited. A simple solution consist in create (or move if it already exist) .julia directory in your work space and making a symbolic link to this directory in your home mkdir ~/work/.julia (or mv ~/.julia ~/work/) ln -s ~/work/.julia ~/.julia Example directory for use on cluster: ------------------------------------- /tools/devel/Julia/example_on_cluster To submit: test_julia-1.9.3.sh See software documentation and our FAQ (http://bioinfo.genotoul.fr/index.php/faq/) for more informations.