comparison README.md @ 2:596320b84315 draft

planemo upload for repository https://github.com/workflow4metabolomics/qualitymetrics.git commit 95d4658e5d9dd0421c9336b2232cc81f32879621
author ethevenot
date Thu, 11 Jan 2018 12:52:08 -0500
parents 6d3b7b6573d8
children
comparison
equal deleted inserted replaced
1:6d3b7b6573d8 2:596320b84315
5 5
6 Status: [![Build Status](https://travis-ci.org/workflow4metabolomics/qualitymetrics.svg?branch=master)](https://travis-ci.org/workflow4metabolomics/qualitymetrics). 6 Status: [![Build Status](https://travis-ci.org/workflow4metabolomics/qualitymetrics.svg?branch=master)](https://travis-ci.org/workflow4metabolomics/qualitymetrics).
7 7
8 ### Description 8 ### Description
9 9
10 **Version:** 2.2.6 10 **Version:** 2.2.8
11 **Date:** 2016-10-21 11 **Date:** 2018-01-11
12 **Author:** Marion Landi (INRA, PFEM), Mélanie Pétéra (INRA, PFEM), and Etienne A. Thévenot (CEA, LIST) 12 **Author:** Marion Landi (INRA, PFEM), Mélanie Pétéra (INRA, PFEM), and Etienne A. Thévenot (CEA, LIST)
13 **Email:** [melanie.petera(at)clermont.inra.fr](mailto:melanie.petera@clermont.inra.fr), [etienne.thevenot(at)cea.fr](mailto:etienne.thevenot@cea.fr) 13 **Email:** [melanie.petera(at)clermont.inra.fr](mailto:melanie.petera@clermont.inra.fr), [etienne.thevenot(at)cea.fr](mailto:etienne.thevenot@cea.fr)
14 **Citation:** 14 **Citation:**
15 **Licence:** CeCILL 15 **Licence:** CeCILL
16 **Reference history:** [W4M00001b_sacurine-complete](http://galaxy.workflow4metabolomics.org/history/list_published) 16 **Reference history:** [W4M00001b_sacurine-complete](http://galaxy.workflow4metabolomics.org/history/list_published)
48 You will need to install **RUnit** package in order to make it run: 48 You will need to install **RUnit** package in order to make it run:
49 ```r 49 ```r
50 install.packages('RUnit', dependencies = TRUE) 50 install.packages('RUnit', dependencies = TRUE)
51 ``` 51 ```
52 52
53 ### News 53 ### News
54
55 ##### CHANGES IN VERSION 2.2.8
56
57 MINOR MODIFICATION
58
59 In the case of a distinct sample order between dataMatrix and sampleMetadata, the sample order from the dataMatrix is matched to sampleMetadata internally for the computations and graphics without modifying the order in the sampleMetadata output (a warning is generated in the information file); to get the re-ordered dataMatrix as output, please use the Check Format module
54 60
55 ##### CHANGES IN VERSION 2.2.6 61 ##### CHANGES IN VERSION 2.2.6
56 62
57 MINOR MODIFICATION 63 MINOR MODIFICATION
58 64