This page was last updated on Saturday, 12-Nov-2016 08:58:25 CST
Installation notes for Mesquite version 3.01
Home Page
Prerequisites
None
Installation
- $ ver="301";verd="3.01"
- $ cd /programinstallers/
- $ wget -N https://github.com/MesquiteProject/MesquiteCore/releases/download/$verd/Mesquite${ver}_Linux.tgz
- $ cd /usr/local/bin
- If upgrading, remove the old version first
$ rm MesquiteFolder -rf
- $ tar -zxvf /programinstallers/Mesquite${ver}_Linux.tgz
- $ chmod +x /usr/local/bin/Mesquite_Folder/mesquite.sh
- Optionally add -Xmx64G or other value to the penultimate line in
mesquite.sh
- Create a launcher
$ sudo nano /usr/share/applications/Bioinformatics/Mesquite.desktop
- Add this text:
#!/usr/bin/env xdg-open
[Desktop Entry]
Version=1.0
Type=Application
Terminal=false
Exec=/usr/local/bin/Mesquite_Folder/mesquite.sh
Path=
Name=Mesquite
Comment=
Icon=mesquiteIcon.png
Categories=Bioinformatics
- Link to the icon referenced in the launcher, copy to /usr/share/pixmaps/
