Skip to content

protTrace VirtualMachine

ebersber edited this page Dec 12, 2018 · 19 revisions

If you don't want to bother installing protTrace with its dependencies on your local machine, you can make use of the protTrace Virtual Machine. The only thing that you will need to do is to install the virtual machine software and you are ready to go.

Table of Contents

Install the Virtual Box

  1. Open the Virtual Box Home page Alt TextFigure 1 - Homepage of the Virtual Box project
  2. Move to the Download page and download the virtual box that fits your operation system Alt TextFigure 2 - Download area of the Virtual Box project
  3. Follow the installation guide lines to have the Virtual Box software installed on your system. Once this has been accomplished, start the software. You will be presented with something that looks like the following welcome screen Alt TextFigure 3 - Start screen of the Virtual Box software on Mac OSX

Download VM files

Currently, we offer the protTrace VM in two flavors:

  1. protTrace
    • This VM is ready to go. It has all dependencies installed, and comes equipped with the OMA ortholog groups, the corresponding protein sequences, and a local version of the PFAM database (v32.0). Note, the total download size of the VM files is 14 GB.
    • Click HERE to start the download. Alternatively, you can use wget: wget https://applbio.biologie.uni-frankfurt.de/download/protTrace-VM/protTrace.tar.gz
    • Once the download has completed, unpack and decompress the tar archive, e.g. by typing tar -xzf protTrace.tar.gz
  2. protTraceLean
    • This VM contains protTrace together with all dependencies. You will only need to download the OMA ortholog groups, the corresponding protein sequences, and the PFAM database. The download size of the VM files is about 6 GB.
    • Click HERE to start the download. Alternatively, you can use wget: wget https://applbio.biologie.uni-frankfurt.de/download/protTrace-VM/protTraceLean.tar.gz
    • Once the download has completed, unpack and decompress the tar archive, e.g. by typing tar -xzf protTraceLean.tar.gz

Setting up protTrace VM

Adding the VM to your system

You now have the option to simply add the VM to your system. By doing so, you will not be able to configure the VM yourself.

  1. Choose the option Add... from the Machine... menu Alt TextFigure 4 - Adding the VM to your system
  2. Select either the protTrace.vbox or the protTraceLean.vbox file from the VM directory you have downloaded Alt TextFigure 5 - Adding the VM to your system

Setting up a new protTrace VM

Alternatively, you can set up a new Virtual Machine and use only the virtual disk distributed by us. By doing so, you have full control over the VM you build.

  1. Give the VM a name. We suggest protTrace, select linux as the operating system and hit ContinueAlt TextFigure 6 - Initial configuration of the VM: Name of the VM and operating system
  2. Set the RAM for your VM. In the example we give 2 GB of RAM to our instance Alt TextFigure 7 - Initial configuration of the VM: RAM
  3. Specify the virtual hard disk for your VM. Use here the file, which you have downloaded from the web site, either protTraceLean.vdi or protTrace.vdi. Alt TextFigure 7 - Initial configuration of the VM: Virtual Hard Disk

Running the protTrace VM

Once you have completed either of the two steps outlined above, you are now ready to start your VM Alt TextFigure 8 - Initial configuration of the VM is now complete. Upon hitting the start button, you can start your machine.

VM Login

  • User name: prottrace
  • User password: prottrace
  • root password: prottrace
  1. Upon startup of Linux in the VM, you will be automatically logged in as the user prottrace. Alt TextFigure 9 - The VM in action
  2. The command line Alt TextFigure 10 - Open a terminal in the VM by clicking on the terminal icon.

Running protTrace

  1. Testing the installation and creating the config file.
    1. If you have downloaded the protTrace VM, issue the following command from within the protTrace directory: perl bin/create_conf.pl -name=prog.config.
    2. If you have downloaded the protTraceLean VM, then you will have to download the OMA ortholog groups and the Pfam database prior to using protTrace. Isssue the following command from within the protTrace directory: perl bin/create_conf.pl -name=prog.config -getOMA -getPfam Alt TextFigure 11 - Use the script create_conf.pl to test your installation, and to create the config file for the protTrace run.
  2. Running protTrace using the example file test.id Alt TextFigure 12 - The command to run protTrace from the toy_examples directory. The output will be stored in the Output directory one level above.