Mercurial > repos > galaxyp > msconvert
comparison README.md @ 0:10f4a0356342
Uploaded
author | galaxyp |
---|---|
date | Wed, 19 Dec 2012 00:10:08 -0500 |
parents | |
children | d2c61663e33c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:10f4a0356342 |
---|---|
1 # msconvert | |
2 | |
3 This repository contains Galaxy tool wrappers for msconvert, part of | |
4 the ProteoWizard (http://proteowizard.sourceforge.net/) package. | |
5 | |
6 # Installing | |
7 | |
8 Due to potential difficulties installing ProteoWizard with vendor | |
9 library support, tools for interacting with vendor types are seperated | |
10 out into their own wrappers. Galaxy is generally deployed under Linux, | |
11 but vendor support in ProteoWizard requires .NET 4.0. There are at | |
12 least two ways to get this to work: | |
13 | |
14 * Galaxy jobs may be configured to submit to a Windows host with | |
15 ProteoWizard installed using the | |
16 LWR. http://wiki.g2.bx.psu.edu/Admin/Config/LWR | |
17 | |
18 * ProteoWizard can be installed under Wine. Guidance on how to set | |
19 this up and package such environments for cloud deployments can be | |
20 found here: https://github.com/jmchilton/proteomics-wine-env | |
21 | |
22 Wrappers for both msconvert version 2 and version 3+ are provided | |
23 because version 3+ of msconvert with vendor library support requires | |
24 .NET 4.0 and this may difficult or impossible under Wine in Linux with | |
25 all but the most recent versions of Wine (1.4+). | |
26 # Obtaining Tools | |
27 | |
28 Repositories for all Galaxy-P tools can be found at | |
29 https:/bitbucket.org/galaxyp/. | |
30 | |
31 # Contact | |
32 | |
33 Please send suggestions for improvements and bug reports to | |
34 jmchilton@gmail.com. | |
35 | |
36 # License | |
37 | |
38 All Galaxy-P tools are licensed under the Apache License Version 2.0 | |
39 unless otherwise documented. | |
40 | |
41 # Tool Versioning | |
42 | |
43 Galaxy-P tools will have versions of the form X.Y.Z. Versions | |
44 differing only after the second decimal should be completely | |
45 compatible with each other. Breaking changes should result in an | |
46 increment of the number before and/or after the first decimal. All | |
47 tools of version less than 1.0.0 should be considered beta. |