Msconvert Wine

From SPCTools

(Difference between revisions)
Jump to: navigation, search
Revision as of 19:57, 13 January 2011
JoeS (Talk | contribs)
(Instructions for Ubuntu)
← Previous diff
Revision as of 18:18, 14 January 2011
JoeS (Talk | contribs)

Next diff →
Line 16: Line 16:
./winetricks winxp ./winetricks winxp
./winetricks vcrun2008 ./winetricks vcrun2008
-./winetricks dotnet35+./winetricks dotnet20
Download and install Proteowizard Download and install Proteowizard
Line 31: Line 31:
== Instructions for CentOS == == Instructions for CentOS ==
 +
 +yum update
 +yum install xauth
 +yum install cabextract
 +yum install fontconfig
 +
 +
 +log out log back in
== References == == References ==

Revision as of 18:18, 14 January 2011

Proteowizard's msconvert utility is a must have tool for converting MS/MS data in almost any proprietary MS/MS data run into almost any of the commonly used open formats. While this tool is available on both Windows and Linux, the ability to convert many common formats under Linux is unavailable due to the need to have vendor specific libraries (dlls). Fortunately it *is* possible to run the Windows version of msconvert under Linux using Wine, a open source compatibility layer.


Instructions for Ubuntu

http://uec-images.ubuntu.com/releases/10.10/release/

Tested with 64 bit image ssh -X

sudo apt-get update sudo apt-get install wine sudo apt-get install cabextract wget http://www.kegel.com/wine/winetricks chmod 755 winetricks ./winetricks winxp ./winetricks vcrun2008 ./winetricks dotnet20

Download and install Proteowizard

Go to http://proteowizard.sourceforge.net/download.html using a web browser. Click on the artifacts link for the Windows x86 (or x86_64) build. When the TeamCity login page is displayed log in as guest using the link provided. Download the file with the tar.bz2 extension. Extract the package and move it to wherever you want to install it:

mkdir pwiz # cause pwiz is rude and pollutes cd pwiz tar xvf ../pwiz*.tar.bz2


http://teamcity.labkey.org:8080/repository/download/bt83/24694:id/pwiz-bin-windows-x86-vc90-release-2_1_2464.tar.bz2

Instructions for CentOS

yum update yum install xauth yum install cabextract yum install fontconfig


log out log back in

References

Personal tools