SOFT : MitoZ ------ Site du soft: https://github.com/linzhi2013/MitoZ ------------- LICENSE: -------- GPL-v3 See software documentation for more informations. Location: /usr/local/bioinfo/src/MitoZ --------- Load binaries and environment: ------------------------------ -> Version v2.4-alpha Warning! Default cpu:8 (don't forget to adjust --thread_number for MitoZ.py and --cpus-per-task for Slurm) #Need Miniconda: module load system/Miniconda3-4.7.10 module load bioinfo/MitoZ_v2.4-alpha python3 $MITO_HOME/MitoZ.py ... Be careful, to unload, not use module purge but in order: module unload bioinfo/MitoZ_v2.4-alpha module unload system/Miniconda3-4.7.10 The installation of the NCBI taxonomy database for the ete3 package must be done by each user: $ mkdir ~/work/.etetoolkit (if already exist mv ~/.etetoolkit ~/work/.etetoolkit) $ ln -s ~/work/.etetoolkit ~/ $ module load system/Miniconda3-4.7.10 $ module load MitoZ_v2.4-alpha $ python3 >from ete3 import NCBITaxa >ncbi = NCBITaxa() >ncbi.update_taxonomy_database() Example directory for use on cluster: ------------------------------------- /usr/local/bioinfo/src/MitoZ/example_on_cluster To submit: sbatch test_MitoZ_v2.4-alpha.sh See software documentation and our FAQ (http://bioinfo.genotoul.fr/index.php/faq/) for more informations.