0
|
1 ID choice
|
|
2 =======
|
|
3
|
|
4 Metadata
|
|
5 -----------
|
|
6
|
|
7 * **@name**: ID choice
|
1
|
8 * **@version**: 19.12
|
0
|
9 * **@authors**: Melanie Petera - PFEM ; INRA ; MetaboHUB
|
|
10 * **@init date**: 2017/06/07
|
|
11 * **@main usage**: This tool is designed to make you choose a particular column in your metadata file to be considered as identifiers for your W4M-3-tables-format data.
|
|
12
|
|
13
|
|
14 Context
|
|
15 -----------
|
|
16
|
1
|
17 This tool is provided as one of the [Workflow4Metabolomics](http://workflow4metabolomics.org) Galaxy instance utilities. W4M is a French infrastructure providing software tools to process, analyse and annotate metabolomics data.
|
0
|
18
|
|
19 User interface is based on the Galaxy platform (homepage: https://galaxyproject.org/). It is an open, web-based platform for data intensive biomedical research. Whether on the free public server or your own instance, you can perform, reproduce, and share complete analyses.
|
|
20
|
|
21
|
|
22 Configuration
|
|
23 -----------
|
|
24
|
|
25 ### Requirement:
|
|
26 * R software: version > 3.0.0 recommended
|
|
27 * Specific R library: 'batch'
|
|
28 * Submodule: [easyRlibrary](https://github.com/workflow4metabolomics/easyrlibrary-lib) (Required for internal input quality checks)
|
|
29
|
|
30 ### Deploy:
|
|
31 * How to get the submodule files:
|
|
32 When pulling this module's Git repository, you may only obtain an empty folder for the needed submodule.
|
|
33 You can initialise it then with the following command:
|
|
34 ```bash
|
|
35 git submodule update --init --recursive
|
|
36 ```
|
|
37
|
|
38
|
|
39 Technical description
|
|
40 -----------
|
|
41
|
|
42 Main files:
|
|
43
|
|
44 - IDchoice_script.R: R function (core script)
|
|
45 - IDchoice_wrap.R: R script to link the main R function to inputs
|
|
46 - IDchoice.xml: XML wrapper (interface for Galaxy)
|
|
47
|
|
48
|
|
49 Services provided
|
|
50 -----------
|
|
51
|
|
52 * Help and support: support@workflow4metabolomics.org
|
1
|
53
|
|
54
|
|
55 License
|
|
56 -----------
|
|
57
|
|
58 * Cea Cnrs Inria Logiciel Libre License, version 2.1 (CECILL-2.1)
|