annotate README.md @ 17:ab6c14374bc0 draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit e3d24f3dc7a9812f8fa4447c9391e5bd3b5d4dc6
author galaxyp
date Thu, 15 Aug 2024 16:19:28 +0000
parents 545054b15d7c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
1 GalaxyP - ProteoWizard msconvert
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
2 ================================
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
3
9
dd4ba10d0c45 planemo upload commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents: 8
diff changeset
4 * Home: <https://github.com/galaxyproteomics/tools-galaxyp/>
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
5 * Galaxy Tool Shed: <http://toolshed.g2.bx.psu.edu/view/galaxyp/msconvert>
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
6 * Tool ID: `msconvert`
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
7
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
8
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
9 Description
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
10 -----------
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
11
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
12 msconvert from ProteoWizard.
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
13
16
545054b15d7c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 2cce57c0b3173029ce8fb3e7b4607b3913581dfd
galaxyp
parents: 10
diff changeset
14 Convert and/or filter mass spectrometry files using the offical Docker container.
545054b15d7c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 2cce57c0b3173029ce8fb3e7b4607b3913581dfd
galaxyp
parents: 10
diff changeset
15 Using the Docker container requires agreeing to each vendor's license (for using their proprietary data access libraries): http://www.proteowizard.org/licenses.html
545054b15d7c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 2cce57c0b3173029ce8fb3e7b4607b3913581dfd
galaxyp
parents: 10
diff changeset
16
545054b15d7c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 2cce57c0b3173029ce8fb3e7b4607b3913581dfd
galaxyp
parents: 10
diff changeset
17 Main web site: http://www.proteowizard.org
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
18
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
19 See:
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
20
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
21 * <http://proteowizard.sourceforge.net/>
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
22 * <http://proteowizard.sourceforge.net/tools/msconvert.html>
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
23
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
24
16
545054b15d7c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 2cce57c0b3173029ce8fb3e7b4607b3913581dfd
galaxyp
parents: 10
diff changeset
25 #### Note about installing older versions:
545054b15d7c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 2cce57c0b3173029ce8fb3e7b4607b3913581dfd
galaxyp
parents: 10
diff changeset
26
545054b15d7c planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit 2cce57c0b3173029ce8fb3e7b4607b3913581dfd
galaxyp
parents: 10
diff changeset
27 Version 0.3.0 (2016) and earlier require manual installation of ProteoWizard, and may require a Windows environment.
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
28
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
29 Due to potential difficulties installing ProteoWizard with vendor library support, tools for interacting with vendor types are seperated out into their own wrappers. Galaxy is generally deployed under Linux, but vendor support in ProteoWizard requires .NET 4.0. There are at least two ways to get this to work:
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
30
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
31 * Galaxy jobs may be configured to submit to a Windows host with ProteoWizard installed using the [LWR](https://wiki.g2.bx.psu.edu/Admin/Config/LWR).
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
32
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
33 * ProteoWizard can be installed under Wine. Guidance on how to set this up and package such environments for cloud deployments can be found here: <https://github.com/jmchilton/proteomics-wine-env>
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
34
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
35
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
36 GalaxyP Community
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
37 -----------------
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
38
9
dd4ba10d0c45 planemo upload commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents: 8
diff changeset
39 Current governing community policies for [GalaxyP](https://github.com/galaxyproteomics/) and other information can be found at:
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
40
9
dd4ba10d0c45 planemo upload commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents: 8
diff changeset
41 <https://github.com/galaxyproteomics>
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
42
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
43
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
44 License
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
45 -------
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
46
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
47 Copyright (c) 2014 Regents of the University of Minnesota and Authors listed below.
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
48
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
49 To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
50
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
51 You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see <https://creativecommons.org/publicdomain/zero/1.0/>.
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
52
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
53 You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission.
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
54
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
55
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
56 Contributing
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
57 ------------
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
58
9
dd4ba10d0c45 planemo upload commit b4871f9659a924a68430aed3a93f4f9bad733fd6
galaxyp
parents: 8
diff changeset
59 Contributions to this repository are reviewed through pull requests. If you would like your work acknowledged, please also add yourself to the Authors section. If your pull request is accepted, you will also be acknowledged in <https://github.com/galaxyproteomics/tools-galaxyp/>
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
60
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
61
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
62 Authors
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
63 -------
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
64
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
65 Authors and contributors:
0
10f4a0356342 Uploaded
galaxyp
parents:
diff changeset
66
8
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
67 * Björn Grüning
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
68 * Cody Wang
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
69 * Fred Sadler
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
70 * John Chilton <jmchilton@gmail.com>
d2c61663e33c Uploaded
galaxyp
parents: 0
diff changeset
71 * Minnesota Supercomputing Institute, Univeristy of Minnesota
10
9d5de24e6ef7 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/msconvert commit d595e3cfe190a61d81005f9be7c2652aa5f91292
galaxyp
parents: 9
diff changeset
72 * Jeremy Volkening, University of Wisconsin-Madison