EBP downloadEBP has been implemented as an analysis module that can be integrated into the Sashimi suite of proteomic software tools, developed at the Institute of Systems Biology, Seattle, WA. EBP can be run as an alternative to ProteinProphet as part of the Sashimi Trans-Proteomic Pipeline. The Trans-Proteomic Pipeline and EBP are available as downloads for the Windows platform. They run using the Unix emulator Cygwin. Before installation your PC will need to be configured to use the IIS webserver. Then you can download the Trans-Proteomic Pipeline using the Cygwin installer. Finally, download and install EBP. Installation Instructions
Make sure that all the configuration changes are complete, including changes to the PATH and environment variables, tpp-bin virtual directory, and so on. The details are here. Enable remote writing to the tpp-bin and data directories by opening a cygwin console and typing: cd ${WEBSERVER_ROOT} chmod -R 777 tpp-bin/ chmod -R 777 isb-bin/data/ You may also have to change the owner of these directories to your local system account name using: chown IUSR_**** where **** denotes the local system name. Install ONLY the latest "make" package and "gnuplot" package using the cygwin setp found at http://www.cygwin.com Check the PATH variable and if necessary change it to ensure that it includes c:\cygwin\bin and c:\cygwin\usr\X11R6\bin Download, save, and untar the EBP Windows Distribution. Go to the directory where the EBP Windows Distribution is saved. Open the make file and change the path variables if necessary to tailor the installation to your system configuration. Run "make install-windows". Check for errors. You may have to make further alterations to the makefile. RESTART YOUR MACHINE ==== TESTING === You should be able to use the newly installed pipeline to analyze peptides and proteins from the Cygwin console using the xinteract command. A sample datafile is available here. Make a new directory C:\inetpub\wwwroot\isb-bin\data\test. Untar the file in this new directory and then run xinteract by typing: tar -xzf test.tgz xinteract summary*.xml See the ISB documentation for details on running xinteract. Once you run xinteract on a sample dataset, use the interact.xml file that it creates as the input to EBP. For details on how to run EBP type perl ebp.pl in the Cygwin console. Start by running EBP using the default settings: perl ebp.pl -r interact.xml -O ebp.xml Note that large datasets will tend to run slowly due to the computational demands and memory burden. *) Current affiliation: Institute of Psychiatry, Kings College, London, UK. Institute for Translational Medicine and Therapeutics, University of Pennsylvania School of Medicine. |