Skip to content

Computing Requirements

Caio Raposo edited this page Nov 3, 2021 · 1 revision

Requirements


💬 Since uceasy was built to perfectly work with any phyluce output at any stage of a phylogenomic analysis, you must have PHYLUCE installed.

⚠️ Make sure you have a working installation of PHYLUCE, check out the installation guide at PHYLUCE's documentation.


A machine with at least 16GB of RAM, 12 processor units with a recent release of Debian or Ubuntu is recommended (Other linux distributions might also work but are not tested as extensively). This can change drastically depending on your dataset.

⚠️You also must have installed Pyhton3, before proceeding with Uceasy installation

If you are installing UCEasy in a High Performance Computing (HPC) and it works under Enviroment Modules, you can quikly check which Python version you have available.

$ module avail

Once you have checked you have Python3 available you can load it before try to install uceasy

$ load PythonXXX

📝 Make sure you have load it while you are writing your scripts to submit jobs on HPC!