Skip to content

1. Installation

sficarro edited this page Dec 18, 2018 · 7 revisions

Installation guide

Note: tutorial document in the repository has additional screen captures you may find helpful.

Update: 2017-07-23 Please note redesign of the wxPython website; wxPython 3.0.2.0 should now be downloaded directly from sourceforge.

Installation - overview:

1- Install Python 2.7 64-bit from https://www.python.org/ftp/python/2.7.13/python-2.7.13.amd64.msi

2- Install .NET from http://www.microsoft.com/en-us/download/details.aspx?id=17718

3- Install wxPython via pip: from command line, run "c:\python27\scripts\pip install wxpython -- upgrade"

4- Install multiplierz via pip: from command line, run "c:\python27\scripts\pip install multiplierz -- upgrade".

5- Download mzStudio (zip) from https://github.com/BlaisProteomics/mzStudio, extract zipped files and run! The first time you run the program, it will ask if you’d like to configure the interfaces to vendor raw data files. Click Yes. Then type ‘Y’ in the console when prompted to install MSFileReader. After this, mzStudio will launch!

Questions? Problems? Email Scott_Ficarro@dfci.harvard.edu or WilliamM_Alexander@dfci.harvard.edu

Detailed Installation Guide:

1- Install Python 2.7 64-bit from https://www.python.org/ftp/python/2.7.13/python-2.7.13.amd64.msi

Install_Img1

2- Install .NET from http://www.microsoft.com/en-us/download/details.aspx?id=17718

Install_Img2

Hit the download button, run the installer, and follow the directions.

Install_Img3

On this computer, .NET was already installed.

3- Install wxPython via pip: from command line, run "c:\python27\scripts\pip install wxpython --upgrade"

4- Install multiplierz via pip: from command line, run "c:\python27\scripts\pip install multiplierz --upgrade". The --upgrade flag will update modules if newer versions are available in case older versions are present. Note, your python27 installation may be in a different directory (this was chosen during install process), so adjust the path accordingly!

Pip is a handy installer for python modules; open a command prompt and type the command above. Multiplierz and all dependent modules will be downloaded, extracted and installed!

On windows 10, to open a command prompt, type “cmd” in the search bar.

On windows 7, press the start button, and type “cmd” in the search bar.

Install_Img8

Install_Img9

5- Download mzStudio from https://github.com/BlaisProteomics/mzStudio, extract and run! Click Clone or download, and Download ZIP.

Extract the zip files.

Install_Img14

Open a command prompt (as described above), and run mzStudio!

When you launch the program, it checks to see if the interfaces to the mass spectrometry data files have been configured. If not, (for example, the first time you launch the program), you will see the message:

Install_Img10

Click Yes to setup the interfaces. After enabling .wiff (ABSciex), .t2d (ABSciex), and .d (Agilent) file access, it will ask if you want to install the MSFilereader (.raw access). Type Y, and enter.

Install_Img12

Install_Img11

Follow directions to install MSFilereader. There are several modules to install, 32- and 64- bit, make sure you follow to completion!

Once vendor library access is configured, mzStudio will open!

To make it easier to launch the program, I find it handy to make a .bat file and place it on the desktop.

Just open up notepad, type the path to your python executable (i.e. C:\Python27\Python.exe), and then the path to mzStudio.py (adjust your path accordingly depending on where you extracted your files). Click File/Save as… Browse to the desktop, then select “All files” in the “Save as type“ box and enter mzStudio.bat as filename. Double clicking the .bat file will directly open mzStudio!

Clone this wiki locally