Difference between revisions of "LipidXplorer Installation"

From LipidXplorer
Jump to: navigation, search
Line 12: Line 12:
 
* wxPython 2.8 (for Python 2.7) [http://downloads.sourceforge.net/wxpython/wxPython2.8-win64-unicode-2.8.12.1-py27.exe here]
 
* wxPython 2.8 (for Python 2.7) [http://downloads.sourceforge.net/wxpython/wxPython2.8-win64-unicode-2.8.12.1-py27.exe here]
 
* install Python 2.7 and wxPython 2.8
 
* install Python 2.7 and wxPython 2.8
* numPy (for Python 2.7 64Bit): Since Numpy is officially not supported for 64Bit there is an unofficial version [http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy here] which can be used and installed. Please select ''numpy-unoptimized-[...].win-amd64-py2.7.‌exe''.
+
* download _PIP_: [https://bootstrap.pypa.io/get-pip.py get-pip.py]
* lxml (for Python 2.7 64 Bit): lxml is needed for reading mzML files with Python 2.7. [http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml Here] is a site where you can download it for your system. Please select ''lxml-[...].win-amd64-py2.7.‌exe''
+
* install _PIP_ from cmd line with <code>Python get-pip.py </code>
 
+
* download numPy (for Python 2.7 64Bit): Since Numpy is officially not supported for 64Bit there is an unofficial version [http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy here] which can be used and installed. Please select ''numpy-<version>+mkl-cp27-none-win_amd64.whl''.
Please download and install the software mentioned above before starting LipidXplorer.
+
* install numPy from command line: <code>Python pip install <path to numpy-[...]-win_amd64.whl> </code>
 +
* lxml (for Python 2.7 64 Bit): lxml is needed for reading mzML files with Python 2.7. [http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml Here] is a site where you can download it for your system. Please select ''lxml‑3.4.4‑cp27‑none‑win_amd64.whl''
 +
* install lxml from command line: <code>Python pip install <path to lxml-[...]-win_amd64.whl> </code>
  
 
The requirements for Linux are the same. However, the links above are only for the Windows version. For Linux, please check out the repositories of your distribution. Further, the Python C extensions have to be build separately on Linux. Please contact me [mailto:herzog@mpi-cbg.de (Email)] for further information.
 
The requirements for Linux are the same. However, the links above are only for the Windows version. For Linux, please check out the repositories of your distribution. Further, the Python C extensions have to be build separately on Linux. Please contact me [mailto:herzog@mpi-cbg.de (Email)] for further information.

Revision as of 12:10, 25 June 2015

Note: The current package of LipidXplorer is compatible with Microsoft Windows only. A Linux version has to be compiled first. This should be not a big problem. If anyone is interested, please write me.


Installation for Windows

LipidXplorer 32Bit

  • Python 2.6 here !Note! Python version has to be >= 2.6.6
  • wxPython 2.8 (for Python 2.6) here
  • numPy (for Python 2.6) here

LipidXplorer 64Bit

  • Python 2.7 here
  • wxPython 2.8 (for Python 2.7) here
  • install Python 2.7 and wxPython 2.8
  • download _PIP_: get-pip.py
  • install _PIP_ from cmd line with Python get-pip.py
  • download numPy (for Python 2.7 64Bit): Since Numpy is officially not supported for 64Bit there is an unofficial version here which can be used and installed. Please select numpy-<version>+mkl-cp27-none-win_amd64.whl.
  • install numPy from command line: Python pip install <path to numpy-[...]-win_amd64.whl>
  • lxml (for Python 2.7 64 Bit): lxml is needed for reading mzML files with Python 2.7. Here is a site where you can download it for your system. Please select lxml‑3.4.4‑cp27‑none‑win_amd64.whl
  • install lxml from command line: Python pip install <path to lxml-[...]-win_amd64.whl>

The requirements for Linux are the same. However, the links above are only for the Windows version. For Linux, please check out the repositories of your distribution. Further, the Python C extensions have to be build separately on Linux. Please contact me (Email) for further information.

Download link

LipidXplorer can be downloaded here. Unzip it and store the folder at any place you prefer. LipidXplorer is started with a double click on "LipidXplorer.py". In the "mfql" folder you find example queries taken from the LipidXplorer paper[1].

Optional requirements

File conversion

LipidXplorer supports the generic file formats *.mzML and *.mzXML. Raw spectra as they are produced by the mass spectrometer have to be converted into one of those formats before they can be used with LipidXplorer. The recommended converter is MSConvert from the ProteoWizard package. It supports the formats of the main mass spectrometer vendors and is maintained by a team of developers. I comes with an easy-to-use graphical user interface.


[1] Herzog, R., Schwudke, D., Schuhmann, K., Sampaio, J.L., Bornstein, S.R., Schroeder, M., and Shevchenko, A. 2011. A novel informatics concept for high-throughput shotgun lipidomics based on the molecular fragmentation query language. Genome Biol 12(1): R8.