comparison README.md @ 3:80a38d36f946 draft

planemo upload for repository https://github.com/workflow4metabolomics/checkformat.git commit 5cf3f6eb62c1396ade1b068a3dd3cc2e3f827e15
author ethevenot
date Thu, 11 Jan 2018 10:24:56 -0500
parents e194eec8e70c
children
comparison
equal deleted inserted replaced
2:b6a6b4cc932a 3:80a38d36f946
1 Checking the formats of the dataMatrix, sampleMetadata, and variableMetadata files 1 Checking/formatting the sample and variable names of the dataMatrix, sampleMetadata, and variableMetadata files
2 ================================================================================== 2 ===============================================================================================================
3 3
4 A Galaxy module from the [Workflow4metabolomics](http://workflow4metabolomics.org) infrastructure 4 A Galaxy module from the [Workflow4metabolomics](http://workflow4metabolomics.org) infrastructure
5 5
6 Status: [![Build Status](https://travis-ci.org/workflow4metabolomics/checkformat.svg?branch=master)](https://travis-ci.org/workflow4metabolomics/checkformat). 6 Status: [![Build Status](https://travis-ci.org/workflow4metabolomics/checkformat.svg?branch=master)](https://travis-ci.org/workflow4metabolomics/checkformat).
7 7
8 ### Description 8 ### Description
9 9
10 **Version:** 2.0.4 10 **Version:** 3.0.0
11 **Date:** 2016-07-29 11 **Date:** 2018-01-10
12 **Author:** Etienne A. Thevenot (CEA, LIST, MetaboHUB, W4M Core Development Team) 12 **Author:** Etienne A. Thevenot (CEA, LIST, MetaboHUB, W4M Core Development Team)
13 **Email:** [etienne.thevenot(at)cea.fr](mailto:etienne.thevenot@cea.fr) 13 **Email:** [etienne.thevenot(at)cea.fr](mailto:etienne.thevenot@cea.fr)
14 **Citation:** Thevenot E.A., Roux A., Xu Y., Ezan E. and Junot C. (2015). Analysis of the human adult urinary metabolome variations with age, body mass index and gender by implementing a comprehensive workflow for univariate and OPLS statistical analyses. *Journal of Proteome Research*, **14**:3322-3335. [doi:10.1021/acs.jproteome.5b00354](http://dx.doi.org/10.1021/acs.jproteome.5b00354) 14 **Citation:** Thevenot E.A., Roux A., Xu Y., Ezan E. and Junot C. (2015). Analysis of the human adult urinary metabolome variations with age, body mass index and gender by implementing a comprehensive workflow for univariate and OPLS statistical analyses. *Journal of Proteome Research*, **14**:3322-3335. [doi:10.1021/acs.jproteome.5b00354](http://dx.doi.org/10.1021/acs.jproteome.5b00354)
15 **Licence:** CeCILL 15 **Licence:** CeCILL
16 **Reference histories:** 16 **Reference histories:**
43 43
44 See the **W4M00001a_sacurine-subset-statistics**, **W4M00001b_sacurine-complete**, **W4M00002_mtbls2**, or **W4M00003_diaplasma** shared histories in the **Shared Data/Published Histories** menu (https://galaxy.workflow4metabolomics.org/history/list_published) 44 See the **W4M00001a_sacurine-subset-statistics**, **W4M00001b_sacurine-complete**, **W4M00002_mtbls2**, or **W4M00003_diaplasma** shared histories in the **Shared Data/Published Histories** menu (https://galaxy.workflow4metabolomics.org/history/list_published)
45 45
46 ### News 46 ### News
47 47
48 ##### CHANGES IN VERSION 3.0.0
49
50 NEW FEATURES
51
52 * Automated re-ordering (if necessary) of sample and/or variable names from dataMatrix based on sampleMetadata and variableMetadata
53
54 * New argument to make sample and variable names syntactically valid
55
56 * Output of dataMatrix, sampleMetadata, and variableMetadata files, whether they have been modified or not
57
48 ##### CHANGES IN VERSION 2.0.4 58 ##### CHANGES IN VERSION 2.0.4
49 59
50 INTERNAL MODIFICATION 60 INTERNAL MODIFICATION
51 61
52 * Minor internal modifications 62 * Minor internal modifications