Mercurial > repos > pieterlukasse > prims_workflows
comparison README.rst @ 0:b3ccb17adda3
Push to main toolshed
author | pieter.lukasse@wur.nl |
---|---|
date | Wed, 08 Jan 2014 11:44:26 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b3ccb17adda3 |
---|---|
1 PRIMS-workflows for Galaxy | |
2 ========================== | |
3 | |
4 Workflows module of Plant Research International's Mass Spectrometry (PRIMS) | |
5 solution using a combination of tools from different packages, including: | |
6 | |
7 * PRIMS-proteomics (prims_proteomics) | |
8 * PRIMS-MASSCOMB (prims_masscomb) | |
9 * PRIMV-visualization (primv_visualization) | |
10 | |
11 Copyright 2010-2013 by Pieter Lukasse, Plant Research International (PRI), | |
12 Wageningen, The Netherlands. All rights reserved. See the license text below. | |
13 | |
14 Galaxy installation is available from the Galaxy Tool Shed at: | |
15 http://toolshed.g2.bx.psu.edu/view/pieterlukasse/prims_workflows | |
16 | |
17 NB: after installing the prims_workflows Tool Shed repository, you should still | |
18 import the desired workflows from the installed repository to make them active in | |
19 your local Galaxy environment. | |
20 See https://wiki.galaxyproject.org/ToolShedWorkflowSharing#Finding_workflows_in_tool_shed_repositories | |
21 for more details. | |
22 | |
23 History | |
24 ======= | |
25 | |
26 ============== ====================================================================== | |
27 Date Changes | |
28 -------------- ---------------------------------------------------------------------- | |
29 January 2014 * first release via Tool Shed | |
30 | |
31 ============== ====================================================================== | |
32 | |
33 Tool Versioning | |
34 =============== | |
35 | |
36 PRI tools used in the workflows will have versions of the form X.Y.Z. | |
37 Versions differing only after the second decimal should be completely | |
38 compatible with each other. Breaking changes should result in an | |
39 increment of the number before and/or after the first decimal. All | |
40 tools of version less than 1.0.0 should be considered beta. | |
41 | |
42 | |
43 Bug Reports & other questions | |
44 ============================= | |
45 | |
46 For the time being issues can be reported via the contact form at: | |
47 http://www.wageningenur.nl/en/Persons/PNJ-Pieter-Lukasse.htm | |
48 | |
49 Developers, Contributions & Collaborations | |
50 ========================================== | |
51 | |
52 If you wish to join forces and collaborate on some of the | |
53 tools do not hesitate to contact Pieter Lukasse via the contact form above. | |
54 | |
55 | |
56 License (Apache, Version 2.0) | |
57 ============================= | |
58 | |
59 Copyright 2013 Pieter Lukasse, Plant Research International (PRI). | |
60 | |
61 Licensed under the Apache License, Version 2.0 (the "License"); | |
62 you may not use this software except in compliance with the License. | |
63 You may obtain a copy of the License at | |
64 | |
65 http://www.apache.org/licenses/LICENSE-2.0 | |
66 | |
67 Unless required by applicable law or agreed to in writing, software | |
68 distributed under the License is distributed on an "AS IS" BASIS, | |
69 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
70 See the License for the specific language governing permissions and | |
71 limitations under the License. | |
72 |