SOFT : eggNOG-mapper ------ Site du soft: https://github.com/eggnogdb/eggnog-mapper ------------- LICENSE: -------- AGPL-3.0 See software documentation for more informations. Location: /usr/local/bioinfo/src/eggNOG-mapper --------- Load binaries and environment: ------------------------------ -> Version v2.0.1 # Need Python-2.7.2 module load system/Python-2.7.2 module load bioinfo/eggnog-mapper-2.0.1 #Warning! By default all cpu are used on the node. Don't forget to adjust --cpu option of emapper.py command and --cpus-per-task for Slurm > Version v2.0.2-rf1 # Need Python-3.7 module load system/Python-3.7.4 module load bioinfo/eggnog-mapper-2.0.2-rf1 #Warning! By default 2 cpu are used on the node. Don't forget to adjust --cpu option of emapper.py command and --cpus-per-task for Slurm -> Version v2.0.4-rf1 # Need Python-3.7 module load system/Python-3.7.4 module load bioinfo/eggnog-mapper-2.0.4-rf1 -> Version v2.1.4-2 # Need Python-3.7, sqlite3-35.2 module load system/Python-3.7.4 system/sqlite-v3.35.2 module load bioinfo/eggnog-mapper-2.1.4-2 #Warning before v2.1.7! By default 2 cpu are used on the node. Don't forget to adjust --cpu option of emapper.py command and --cpus-per-task for Slurm -> Version v2.1.7 # Need sqlite3-35.2 module load system/sqlite-v3.35.2 module load bioinfo/eggnog-mapper-2.1.7 -> Version v2.1.8 # Need sqlite3-35.2 module load system/sqlite-v3.35.2 module load bioinfo/eggnog-mapper-2.1.8 -> Version v2.1.10 # Need sqlite3-35.2 module load system/sqlite-v3.35.2 module load bioinfo/eggnog-mapper-2.1.10 Example directory for use on cluster: ------------------------------------- /usr/local/bioinfo/src/eggNOG-mapper/example_on_cluster To submit: sbatch test_eggnog-mapper-2.0.1.sh See software documentation and our FAQ (http://bioinfo.genotoul.fr/index.php/faq/) for more informations.