How to Run The PredictProtein Machine Image with VirtualBox
From Rost Lab Open
VirtualBox Fusion is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. it is freely available as Open Source Software under the terms of the GNU General Public License (GPL) version 2.
Prerequisites
This procedure assumes that:
- 1.5G memory is available for the virtual machine.
Preparing the PredictProtein Machine Image for First Use
- Download PredictProtein Machine Image to your local drive. You will need the Bio-Linux-based 'VMWARE/VMDK' format version.
- Choose the Debian-based version in case you do not need a graphical user interface. This image is only half the size of the Bio-Linux-based image.
- Download a database image to your local drive. We recommend the 'raw' format version.
- Create New Virtual Machine: Machine -> New
- Name your virtual machine as 'PredictProtein'
- Choose Linux and Debian as operation system
- Locate and select the VMware .vmdk file as your boot disk
- Give at least 2GB of RAM to your virtual machine
- Click 'Finish'
- Boot your new virtual machine.
- If the message "The disk drive for /mnt/local-storage is not ready yet or not present" appears, press 's'.
- Open a terminal and enter:
sudo mkfs.ext4 -F -m 0 -L local-storage /dev/sdb
sudo mount -a
sudo mkdir /mnt/local-storage/rostlab-data && cd /mnt/local-storage/rostlab-data
sudo mount -a
sudo mount /mnt/rostlab-data
sudo tar -xvJf /mnt/rostlab-data/rostlab-data.txz
sudo umount /mnt/rostlab-data && cd
Using the PredictProtein Machine Image
- Start VirtualBox and run the 'PredictProtein' image.
- Open a terminal and run
man ppmi
to get started. You will find usage examples in the manual pages referenced there, e.g.:man predictprotein
man snapfun
More information is available on the Virtualbox website