SOFT : MITGARD ------ Site du soft: https://github.com/pedronachtigall/MITGARD/tree/master ------------- LICENSE: -------- GNU GPLv3 See software documentation for more informations. Location: /usr/local/bioinfo/src/MITGARD --------- Load binaries and environment: ------------------------------ -> Version 1.1 module load bioinfo/MITGARD/1.1 Example directory for use on cluster: ------------------------------------- /usr/local/bioinfo/src/MITGARD/example_on_cluster See software documentation and our FAQ (http://bioinfo.genotoul.fr/index.php/faq/) for more informations. This software is installed through a container solution with the following command wrappers (available in PATH): MITGARD.py MITGARD-LR.py Optional MitoZ is not installed inside the container and thus can't be used Your current directory, your save, work, the /work/project and all those listed in environment variable SINGULARITY_BINDPATH (comma separated list of folder paths without any space) will be accessible by the container. If you need to access somewhere else, set or modify the SINGULARITY_BINDPATH: export SINGULARITY_BINDPATH=/my/path1,/his/path2,/her/path3,$SINGULARITY_BINDPATH If you use relative path to upstream folder (../) or symbolic link, check that real path is in the SINGULARITY_BINDPATH otherwize path will be unreadable To check real path for my_path : readlink -f my_path