Minimum Hardware/OS Requirements
A 64 bit processor.
Any 64 bit OS.
A disk drive with 300GB of free space.
A minimum of 16GB of RAM if using PerM mapper OR 4GB RAM if using Bowtie mapper.
How to configure the VM
Run VM using VirtualBox 4 (Recommended)
Run VM using KVM
- VirtualBox You will need to install Virtual Box to run the virtual machine on your computer. If you already have VirtualBox installed, you can use that. Otherwise download the binary versions and install them from the Virtual Box Website.
- Download the Virtual Machine The virtual machine is around 1.0 GB in size. We recommend using a command line tool like “wget” to download the VM. Downloading the image using the browser sometimes corrupts the VM. Download Brain VM
- Configuring the VM
- Uncompress the image using the following command
On Linux execute the following command:tar jxvf Brain.tar.bz2On Windows: Use a client like WinRar.
- Run VirtualBox

- Click on New

- Click Next
- Enter Details as shown and

- Click Next
- Specify a Base Memory Size and Click Next. RSEQ work-flow uses PerM mapper which requires a large amount of physical memory. The recommended amount is 16384MB. RSEQ wokflow also support Bowtie mapper which requires 4096MB of memory
Note: The computer on which the VM is deployed will require memory (RAM) greater than 16384MB for PerM OR 4096MB for Bowtie.

- Click Next
- Click Choose existing hard disk
- Select the Debian-6-x86.vmdk file from the decompressed folder

- Click Next

- Click Finish
- Select BrainVM and Click Settings

- Click on Storage -> SATA Controller

- Click Add Hard Disk

- Click Choose Existing Disk

- Select the Brain.vmdk file from the decompressed folder and Click Open
- Setup Shared Folder:
- Click on Settings

- Click on Shared Folder, Click Add

- Click on Folder Path, Click Other and select any folder that you want to access inside the VM

- Specify “Folder Name” as self-data

- Click OK
- Click OK
- Click on Settings
- Uncompress the image using the following command
- Click Start to Start you VM

Next Step: Quick Start – RSeq Workflow
- Uncompress the image using the following command
On Linux execute the following command:tar jxvf Brain.tar.bz2KVM is not supported on Windows
-
kvm -m-vga std -net nic -net user -hda Debian-6-x86.vmdk -hdb Brain.vmdk