TPP:Using Petunia

First Step

Installing the TPP on Windows

Customizing Petunia

How to create a new account


How to disable the 'guest' account


How to change the location of the data files

Note: if using a removable or network drive, you will need to ensure that the drive is always mounted as the same letter.

my $www_root    = "C:/Inetpub/wwwroot/";  # full path to web server root
my $data_dir    = "${www_root}ISB/data/";          # full path to data directory top-level

to reflect the new location. For example:

my $www_root    = "E:/Proteomics/wwwroot/";       # full path to web server root
my $data_dir    = "${www_root}Data/TPP_data/";     # full path to data directory top-level

Using Petunia

Petunia is the name for the Web Interface for interacting with the TPP tools.

Accessing Petunia (Windows)

Petunia_login.jpg


Petunia_home.jpg


Next Step

Example Data Analysis

Author

original author: David Shteynberg