Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
mres2x_1266.zip | 2009-05-07 | 188.2 kB | |
mres2x_1266.exe | 2009-05-07 | 233.5 kB | |
mres2x_1266 | 2009-05-07 | 392.6 kB | |
quant_win_1-1-5.zip | 2008-09-04 | 313.3 kB | |
WIFF2DTA.cnt | 2007-05-09 | 526 Bytes | |
WIFF2DTA.fts | 2007-05-09 | 53.2 kB | |
WIFF2DTA.GID | 2007-05-09 | 10.8 kB | |
WIFF2DTA.HLP | 2007-05-09 | 597.8 kB | |
mres2x_1186 | 2005-12-19 | 447.6 kB | |
mres2x_1186.tar.gz | 2005-12-19 | 199.0 kB | |
mres2x_1186.exe | 2005-12-19 | 221.2 kB | |
WIFF2DTA_1104.HLP | 2005-12-12 | 764.0 kB | |
WIFF2DTA_1104.GID | 2005-12-12 | 10.8 kB | |
README_1182 | 2005-12-07 | 3.3 kB | |
NOTE_1182 | 2005-12-07 | 381 Bytes | |
mres2x_1182.tar.gz | 2005-12-07 | 198.8 kB | |
mres2x_1182.exe | 2005-12-07 | 221.2 kB | |
mres2x_1182 | 2005-12-07 | 447.6 kB | |
mres2x_1156.exe | 2005-12-07 | 221.2 kB | |
mres2x_1156 | 2005-12-07 | 440.4 kB | |
mres2x.tar.gz | 2005-12-07 | 198.6 kB | |
wiff2dta_1104_analystqs11.exe | 2005-12-02 | 241.7 kB | |
wiff2dta_1104_analystqs10.exe | 2005-12-02 | 241.7 kB | |
wiff2dta_1104_analyst141.exe | 2005-12-02 | 241.7 kB | |
wiff2dta_1104_analyst14.exe | 2005-12-02 | 241.7 kB | |
WIFF2DTA_1104.cnt | 2005-12-02 | 526 Bytes | |
WIFF2DTA_1102.cnt | 2005-12-02 | 526 Bytes | |
WIFF2DTA_1102.HLP | 2005-12-02 | 763.9 kB | |
wiff2dta_1102_analyst14.exe | 2005-12-02 | 241.7 kB | |
wiff2dta_1102_analyst141.exe | 2005-12-02 | 241.7 kB | |
wiff2dta_1102_analystqs10.exe | 2005-12-02 | 241.7 kB | |
wiff2dta_1102_analystqs11.exe | 2005-12-02 | 241.7 kB | |
mres2x_100.exe | 2005-11-11 | 217.1 kB | |
mres2x_100 | 2005-11-11 | 438.0 kB | |
mres2x_100.tar.gz | 2005-11-11 | 146.4 kB | |
README_100.txt | 2005-11-11 | 2.9 kB | |
NOTE_100.txt | 2005-11-11 | 381 Bytes | |
Totals: 37 Items | 8.7 MB | 0 |
Hi user, Free software is software without documentation and reading documentation is very uncool. But to help you before you're getting too frustrated, we added some notes that have been kept short. 0) If you use it or find it useful, please cite the correspondig publication as follows: Florian Grosse-Coosmann , Andreas M. Boehm and Albert Sickmann Efficient Analysis and Extraction of MS/MS Result Data from Mascot(TM) Result Files, BMC Bioinformatics 2005, 6:290. doi:10.1186/1471-2105-6-290 http://www.biomedcentral.com/1471-2105/6/290/abstract 1) Compilation Tested on Linux/386/gcc and on W2K/386/VC. It should run on arbitrary unices and on every NT/W2K/XP. 64 bit support should work. unix: Use "make", a makefile called "Makefile" exists. So give it a try. Some more informations, esp. for usage, are at the begin of the file. For flex problems see below. You need a c99 compatible compiler. (At least) gcc 3.3.1 works. WIN32: An nmake-compatible makefile called "vcwin32.mak" exists. Use it as a template for compilers other than MSVC 6+. With MSVC you have to use a command line session, call "vcvars32.bat" somewhere in your compiler tree and do a "nmake -f vcwin32.mak". For flex problems see below. Support is limited to MSVC. Other compilers may need some adaptions of mascot.h and sysdep.c. flex: We're using flex, a tool which builds lexical parsers. The description file lexer.l is compiled by flex into lexer.c which should be compiled by the C compiler. Not everybody has a perfectly running flex. So we added a skeleton file for flex (don't bother about it if you don't know I'm talking about) and a completely compiled file lexer.c which works on my machine. For unix: flex support is needed. If you don't have flex, please, copy the makefile and change the lines regarding lexer.l. A comment there helps. For WIN32: flex support is not needed. The current makefile doesn't use it. If you really want to use it, feel free to reenable it. The standard distribution uses lexer.c of the contrib directory. still problems? a) ask your admin (no joke) b) reread the above once more, but more carefully c) OK, drop us an email 2) Corrections in the code Did you find something interesting? Feel free to contribute it. We'll merge the changes and put it on sourceforge. Don't forget to document it! 3) Documentation of the program Use your favorite browser for reading Overview.html. My favorite settings are -d filename -o tab -f mascotdir/*.dat 4) Documentation of the format Only the tabular format is described. Use your favorite browser for reading Tabformat.html. 5) Legal stuff This program and its parts are published under der GPL. 6) Acknowledgements You should thank Andreas Boehm and Albert Sickmann, too. 6) Contact mailto:florian.coosmann@virchow.uni-wuerzburg.de mailto:andreas.boehm@virchow.uni-wuerzburg.de mailto:albert.sickmann@virchow.uni-wuerzburg.de Best wishes for good results, Florian Grosse-Coosmann