VESPA: Very large-scale Evolutionary and Selective Pressure Analyses¶
Here is an example of one very demanding installation with plenty of third party software requirements. Since the environment originally is provided by conda, here we will use From: continuumio/miniconda3.
Third party software dependency.
| Program | Version | URL |
|---|---|---|
| BLAST | 2.2.30+ | ftp://ftp.ncbi.nlm.nih.gov/blast/executables/blast+/LATEST |
| DendroPy | 4.0 | https://pythonhosted.org/DendroPy/#installing |
| MetAL | 1.1 | http://kumiho.smith.man.ac.uk/blog/whelanlab/?page_id=396 |
| MrBayes | 3.2.3 | http://mrbayes.sourceforge.net/ |
| MUSCLE | 3.8.21 | http://www.drive5.com/muscle/downloads.htm |
| NoRMD | 1.3 | ftp://ftp-igbmc.u-strasbg.fr/pub/NORMD/ |
| PAML | 4.4e | http://abacus.gene.ucl.ac.uk/software/paml.html |
| ProtTest3 | 3.4 | https://github.com/ddarriba/prottest3 |
Warning
It also requires Python 2.7!
- Clone the original repository - there are some binaries that needs to copyed in the container (lines 8 and 9 in the definition file).
Download manually the third party software packages.git clone https://github.com/aewebb80/VESPA.git wget -O VESPA.tar.gz https://github.com/aewebb80/VESPA/archive/refs/tags/1.0.1.tar.gz wget https://github.com/NBISweden/MrBayes/releases/download/v3.2.3/mrbayes-3.2.3.tar.gz wget https://github.com/ddarriba/prottest3/releases/download/3.4.2-release/prottest-3.4.2-20160508.tar.gz wget http://www.bork.embl.de/Docu/AQUA/latest/norMD1_3.tar.gz - Here is the Singularity definition file
and the adapted
vespa.yamlconda enviroment file.
Note, how conda environment VESPA is activated (first line 54, then line 61) to run the tool within the environment.