Mercurial > repos > pieterlukasse > prims_metabolomics
annotate README.rst @ 31:31e6e2242d33
small fix in doc
author | pieter.lukasse@wur.nl |
---|---|
date | Sat, 30 Aug 2014 16:21:32 +0200 |
parents | 385d21a8d0a0 |
children | 7ebc61adb47e |
rev | line source |
---|---|
0 | 1 PRIMS-metabolomics toolset & Galaxy wrappers |
2 ============================================ | |
3 | |
4 Metabolomics module of Plant Research International's Mass Spectrometry (PRIMS) toolsuite. | |
5 This toolset consists of custom tools to enable metabolite identifications and | |
1 | 6 Retention Index (RI) based Quality Control (RIQC) for Mass Spectrometry metabolomics data. |
0 | 7 |
8 Copyright: | |
9 * 2012: NIST_UTIL and RIQC tools: Copyright (c) 2012 Maarten Kooyman and Marcel Kempenaar, NBIC BRS | |
10 * 2013: all tools: Copyright (c) 2013 by Pieter Lukasse, Plant Research International (PRI), | |
2 | 11 Wageningen, The Netherlands. All rights reserved. See the license text below. |
0 | 12 |
13 Galaxy wrappers and installation are available from the Galaxy Tool Shed at: | |
14 http://toolshed.g2.bx.psu.edu/view/pieterlukasse/prims_metabolomics | |
15 | |
16 History | |
17 ======= | |
18 | |
19 ============== ====================================================================== | |
20 Date Changes | |
21 -------------- ---------------------------------------------------------------------- | |
24
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
22 April 2014 * Added interface to ExactMassDB, Pep1000, KEGG, KNApSAcK, Flavonoid |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
23 Viewer, LipidMAPS, HMDB, PubChem, by using the service MFSearcher. |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
24 This enables users to query multiple public repositories for |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
25 elemental compositions from accurate mass values detected by |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
26 high-resolution mass spectrometers. NB: see also added |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
27 licensing info below. |
21
19d8fd10248e
* Added interface to METEXP data store, including tool to fire queries in batch mode
pieter.lukasse@wur.nl
parents:
2
diff
changeset
|
28 March 2014 * Added interface to METEXP data store, including tool to fire |
19d8fd10248e
* Added interface to METEXP data store, including tool to fire queries in batch mode
pieter.lukasse@wur.nl
parents:
2
diff
changeset
|
29 queries in batch mode |
19d8fd10248e
* Added interface to METEXP data store, including tool to fire queries in batch mode
pieter.lukasse@wur.nl
parents:
2
diff
changeset
|
30 * Improved quantification output files of MsClust, a.o. sorting |
19d8fd10248e
* Added interface to METEXP data store, including tool to fire queries in batch mode
pieter.lukasse@wur.nl
parents:
2
diff
changeset
|
31 mass list based on intensity (last two columns of quantification |
19d8fd10248e
* Added interface to METEXP data store, including tool to fire queries in batch mode
pieter.lukasse@wur.nl
parents:
2
diff
changeset
|
32 files) |
0 | 33 January 2014 * first release via Tool Shed, combining the RIQC and MsClust in a |
34 single package (this package) | |
35 * integration with METEXP software (data store for metabolomics | |
36 experiments with respective metadata and identifications) | |
37 2013 * hand-over of the NIST_UTIL and RIQC tools from the NBIC team to | |
38 Plant Research International | |
39 2012 * development of MsClust 2.0, making it also suitable for Galaxy | |
40 <2011 * development and publication of MsClust 1.0 | |
41 ============== ====================================================================== | |
42 | |
43 Tool Versioning | |
44 =============== | |
45 | |
46 PRIMS tools will have versions of the form X.Y.Z. Versions | |
47 differing only after the second decimal should be completely | |
48 compatible with each other. Breaking changes should result in an | |
49 increment of the number before and/or after the first decimal. All | |
50 tools of version less than 1.0.0 should be considered beta. | |
51 | |
52 | |
53 Bug Reports & other questions | |
54 ============================= | |
55 | |
56 For the time being issues can be reported via the contact form at: | |
57 http://www.wageningenur.nl/en/Persons/PNJ-Pieter-Lukasse.htm | |
58 | |
59 Developers, Contributions & Collaborations | |
60 ========================================== | |
61 | |
62 If you wish to join forces and collaborate on some of the | |
63 tools do not hesitate to contact Pieter Lukasse via the contact form above. | |
64 | |
65 | |
66 License (Apache, Version 2.0) | |
67 ============================= | |
68 | |
69 Copyright 2013 Pieter Lukasse, Plant Research International (PRI). | |
70 | |
71 Licensed under the Apache License, Version 2.0 (the "License"); | |
72 you may not use this software except in compliance with the License. | |
73 You may obtain a copy of the License at | |
74 | |
75 http://www.apache.org/licenses/LICENSE-2.0 | |
76 | |
77 Unless required by applicable law or agreed to in writing, software | |
78 distributed under the License is distributed on an "AS IS" BASIS, | |
79 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
80 See the License for the specific language governing permissions and | |
81 limitations under the License. | |
24
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
82 |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
83 |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
84 License for third party services |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
85 ================================ |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
86 MFSearcher service : http://webs2.kazusa.or.jp/mfsearcher/#090 |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
87 In the MFSearcher system, the compound data provided by KEGG, Flavonoid Viewer, LIPID MAPS, HMDB and PubChem |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
88 were downloaded for academic purposes. The compound data of KNApSAcK is provided by Prof. Kanaya in |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
89 Nara Institute of Science and Technology (NAIST). The part of these data are utilized to construct the |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
90 specified databases for rapid mass searching in the MFSearcher system after re-calculating the molecular weights. |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
91 Please preserve the contracts of each original databases when utilizing the search results against these |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
92 databases by MFSearcher. |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
93 |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
94 The searching system of MFSearcher, the ExactMassDB database, and the Pep1000 database by Kazusa DNA |
385d21a8d0a0
New tool to Query multiple public repositories for elemental compositions
pieter.lukasse@wur.nl
parents:
21
diff
changeset
|
95 Research Institute is licensed under a Creative Commons Attribution-NonCommercial 3.0 Unported License. |