pluskal-lab/ThermoRawFileParserMacLinux
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This repository includes ThermoRawFileParser from https://github.com/compomics/ThermoRawFileParser The Mac bundle ThermoRawFileParserMac was generated with Mono using this command: ``` mkbundle -o ThermoRawFileParserMac --static --deps --sdk /Library/Frameworks/Mono.framework/Versions/Current -L /Library/Frameworks/Mono.framework/Versions/Current/lib/mono/4.5/Facades ThermoRawFileParser.exe ``` The Linux bundle ThermoRawFileParserLinux was generated with Mono using this command: ``` mkbundle -o ThermoRawFileParserLinux --static --deps --sdk / -L /lib/mono/4.5/Facades ThermoRawFileParser.exe ```