2
|
1 # OpenMS
|
|
2
|
|
3 If there is a tool that is part of OpenMS but not available here, let
|
|
4 John Chilton (jmchilton@gmail.com) and he will try to add it.
|
|
5
|
|
6 These tools require Galaxy to be equipped with common proteomic
|
|
7 datatypes. These can be obtained by installing Ira Cooke's ProtK via
|
|
8 the tool shed or merging the changesets from the following repository
|
|
9 into your Galaxy instance:
|
|
10
|
|
11 https://bitbucket.org/galaxyp/galaxy-dist-proteomics
|
|
12
|
|
13 # Installing
|
|
14
|
|
15 These tools all require OpenMS (at least version 1.10) and may require
|
|
16 other dependencies (such as PepNovo for instance).
|
|
17
|
|
18 For Galaxy-P we are installing this tool via CloudBioLinux
|
|
19 (https://github.com/jmchilton/cloudbiolinux/blob/proteomics/cloudbio/custom/bio_proteomics.py). While
|
|
20 this fabric script may not be exactly appropriate for your environment
|
|
21 it may serve as a template for how to install this software.
|
|
22
|
0
|
23 # Obtaining Tools
|
|
24
|
|
25 Repositories for all Galaxy-P tools can be found at
|
|
26 https:/bitbucket.org/galaxyp/.
|
|
27
|
|
28 # Contact
|
|
29
|
|
30 Please send suggestions for improvements and bug reports to
|
|
31 jmchilton@gmail.com.
|
|
32
|
|
33 # License
|
|
34
|
|
35 All Galaxy-P tools are licensed under the Apache License Version 2.0
|
|
36 unless otherwise documented.
|
|
37
|
|
38 # Tool Versioning
|
|
39
|
|
40 Galaxy-P tools will have versions of the form X.Y.Z. Versions
|
|
41 differing only after the second decimal should be completely
|
|
42 compatible with each other. Breaking changes should result in an
|
|
43 increment of the number before and/or after the first decimal. All
|
|
44 tools of version less than 1.0.0 should be considered beta.
|