SOFT : Whippet ------ Site du soft: https://github.com/timbitz/Whippet.jl ------------- LICENSE: -------- MIT See software documentation for more informations. Location: /usr/local/bioinfo/src/Whippet --------- Load binaries and environment: ------------------------------ -> Version v1.6.1 #Need gcc-9.3.0, julia-1.6.3 module load compiler/gcc-9.3.0 bioinfo/julia-1.6.3 module load bioinfo/Whippet-1.6.1 Warning! Julia only run on new intel broadwell nodes. Add --constraint broadwell sbatch option. 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: ------------------------------------- /usr/local/bioinfo/src/Whippet/example_on_cluster To submit: sbatch test_Whippet-1.6.1.sh See software documentation and our FAQ (http://bioinfo.genotoul.fr/index.php/faq/) for more informations.