annotate dimet_abundance_plot.xml @ 0:c9040bdb918c draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
author iuc
date Tue, 10 Oct 2023 11:55:25 +0000
parents
children 07164270ec13
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
1 <tool id="dimet_@EXECUTABLE@" name="dimet @TOOL_LABEL@" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" profile="20.05">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
2 <description>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
3 Figures of metabolites total abundance as barplots (by DIMet)
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
4 </description>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
5 <macros>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
6 <token name="@TOOL_LABEL@">abundance plot</token>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
7 <token name="@EXECUTABLE@">abundance_plot</token>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
8 <import>macros.xml</import>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
9 </macros>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
10 <expand macro="requirements"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
11 <command detect_errors="exit_code"><![CDATA[
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
12 @INIT_CONFIG@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
13 @INIT_ABUNDANCE_PLOT@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
14 @INIT_CONDITIONS@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
15 @INIT_TIMEPOINTS@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
16 @INIT_ENRICHMENT_METABOLITES@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
17 HYDRA_FULL_ERROR=1 python -m dimet
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
18 -cp '$__new_file_path__/config'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
19 '++hydra.run.dir=abundance_plot'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
20 '++figure_path=figures'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
21 '++table_path=tables'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
22 '++analysis={
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
23 metabolites:${metabolites},
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
24 dataset:{
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
25 _target_:dimet.data.DatasetConfig,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
26 name: "Galaxy DIMet run"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
27 },
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
28 method:{
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
29 _target_: dimet.method.AbundancePlotConfig,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
30 label: abundance_plot,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
31 name: "Generate abundance plots",
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
32 barcolor: timepoint,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
33 axisx: condition,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
34 axisx_labeltilt: '${output_options.axisx_labeltilt}',
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
35 height_each_subfig: '${output_options.height_each_subfig}',
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
36 palette:${output_options.palette},
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
37 as_grid:${output_options.as_grid},
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
38 do_stripplot:${output_options.do_stripplot},
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
39 figure_format:${output_options.figure_format}
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
40 },
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
41 label: abundance_plot,
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
42 width_each_subfig: '${output_options.width_each_subfig}'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
43 }'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
44 '++analysis.dataset.label='
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
45 '++analysis.timepoints=${timepoints}'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
46 '++analysis.dataset.subfolder='
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
47 '++analysis.dataset.conditions=${conds}'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
48 #if $metadata_path:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
49 '++analysis.dataset.metadata=metadata'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
50 #end if
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
51 #if $abundance_file:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
52 '++analysis.dataset.abundances=abundance'
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
53 #end if
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
54 @REMOVE_CONFIG@
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
55 ]]></command>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
56 <inputs>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
57 <expand macro="input_parameters_abundance"/>xz
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
58 <expand macro="conditions"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
59 <expand macro="timepoint"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
60 <expand macro="compartments_abundance"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
61 <expand macro="abundance_metabolites_list"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
62 <section name="output_options" title="Output options">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
63 <param name="palette" type="select" value="pastel" display="radio" label="Select palette colormap to apply to abundance plot" help="Please enter at max 1 statistical test by file">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
64 <option value="pastel">pastel</option>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
65 <option value="Set1">Set1</option>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
66 <option value="Set2">Set2</option>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
67 <option value="Set3">Set3</option>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
68 <option value="Dark2">Dark2</option>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
69 </param>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
70 <param name="figure_format" type="select" value="pdf" display="radio" label="Select output figure format" help="Please enter at max 1 format">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
71 <option value="pdf">Pdf</option>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
72 <option value="svg">Svg</option>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
73 </param>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
74 <param name="axisx_labeltilt" type="integer" min="0" max="180" value="70" label="X axis label tilt"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
75 help="Default value is 70."/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
76 <param name="width_each_subfig" type="float" min="1.0" max="15.0" value="3.0" label="width of subfig plots"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
77 help="Default value is 3."/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
78 <param name="height_each_subfig" type="float" min="1.0" max="15.0" value="5.5" label="height of subfig plots"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
79 help="Default value is 5.5"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
80 <param name="as_grid" type="boolean" value="false" label="plot as grid"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
81 help="Default value is false."/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
82 <param name="do_stripplot" type="boolean" value="false" label="add strip plot on abundance bar"
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
83 help="Default value is false."/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
84
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
85 </section>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
86 </inputs>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
87 <outputs>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
88 <collection name="report" type="list">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
89 <discover_datasets pattern="__designation_and_ext__" directory="figures"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
90 </collection>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
91 </outputs>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
92 <tests>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
93 <test>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
94 <param name="abundance_file" ftype="tabular" value="AbundanceCorrected.csv"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
95 <param name="metadata_path" ftype="tabular" value="example1_metadata.csv"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
96 <param name="conditions" value='sgLDHA'/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
97 <param name="timepoint" value='T0,T24'/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
98 <param name="compartments" value='endo'/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
99 <param name="metabolites_list" value="Fru1P"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
100 <section name="output_options">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
101 <param name="axisx_labeltilt" value="70"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
102 <param name="palette" value="pastel"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
103 <param name="width_each_subfig" value="3.0"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
104 <param name="height_each_subfig" value="5.5"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
105 <param name="as_grid" value="false"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
106 <param name="do_stripplot" value="false"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
107 <param name="figure_format" value="svg"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
108 </section>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
109 <output_collection name="report" type="list" count="2">
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
110 <element file="bars_endo_Fru1P-total_abundance.svg" name="bars_endo_Fru1P-total_abundance" ftype="svg" compare="sim_size" delta="100"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
111 <element file="legend.svg" name="legend" ftype="svg" compare="sim_size" delta="100"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
112 </output_collection>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
113 </test>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
114 </tests>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
115 <help><![CDATA[
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
116
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
117 This module is part of DIMet: Differential analysis of Isotope-labeled targeted Metabolomics data (https://pypi.org/project/DIMet/).
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
118
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
119 DIMet total abundances plot performs comparative bars for visualization of the total abundances of each metabolite across the different conditions present in your data and all/selected time points. All (or selected) metabolites are processed automatically.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
120
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
121 The figures in .pdf format are of publication quality, and as they are vectorial images you can open them and customize aesthetics with a professional image software such as Inkscape, Adobe Illustrator, Sketch, CorelDRAW, etc.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
122
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
123
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
124 **Input data files**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
125
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
126 For running DIMet @EXECUTABLE@ you need the following .csv files :
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
127
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
128 - The total **abundances** file, and
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
129
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
130 - The metadata file, a unique file with the description of the samples. This file is compulsory (see section **Metadata File Information**).
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
131
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
132
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
133 The total abundances file must be organized as a matrix:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
134 - The first column must contain Metabolite IDs that are unique (not repeated) within the file.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
135 - The rest of the columns correspond to the samples
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
136 - The rows correspond to the metabolites
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
137 - The values must be tab separated, with the first row containing the sample/column labels.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
138
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
139
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
140
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
141 Example - Metabolites **abundances**:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
142
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
143 =============== ================== ================== ================== ================== ================== ==================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
144 ID **MCF001089_TD01** **MCF001089_TD02** **MCF001089_TD03** **MCF001089_TD04** **MCF001089_TD05** **MCF001089_TD06**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
145 =============== ================== ================== ================== ================== ================== ==================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
146 2_3-PG 8698823.9926 10718737.7217 10724373.9 8536484.5 22060650 28898956
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
147 2-OHGLu 36924336 424336 92060650 45165 84951950 965165051
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
148 Glc6P 2310 2142 2683 1683 012532068 1252172
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
149 Gly3P 399298 991656565 525195 6365231 89451625 4952651963
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
150 IsoCit 0 0 0 84915613 856236 954651610
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
151 =============== ================== ================== ================== ================== ================== ==================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
152
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
153
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
154 **Metadata File Information**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
155
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
156 Provide a tab-separated file that has the names of the samples in the first column and one header row.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
157 Column names must be exactly in this order:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
158
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
159 name_to_plot
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
160 condition
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
161 timepoint
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
162 timenum
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
163 compartment
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
164 original_name
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
165
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
166
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
167 Example **Metadata File**:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
168
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
169
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
170 ==================== =============== ============= ============ ================ =================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
171 **name_to_plot** **condition** **timepoint** **timenum** **compartment** **original_name**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
172 -------------------- --------------- ------------- ------------ ---------------- -----------------
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
173 Control_cell_T0-1 Control T0 0 cell MCF001089_TD01
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
174 Control_cell_T0-2 Control T0 0 cell MCF001089_TD02
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
175 Control_cell_T0-3 Control T0 0 cell MCF001089_TD03
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
176 Tumoral_cell_T0-1 Tumoral T0 0 cell MCF001089_TD04
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
177 Tumoral_cell_T0-2 Tumoral T0 0 cell MCF001089_TD05
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
178 Tumoral_cell_T0-3 Tumoral T0 0 cell MCF001089_TD06
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
179 Tumoral_cell_T24-1 Tumoral T24 24 cell MCF001089_TD07
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
180 Tumoral_cell_T24-2 Tumoral T24 24 cell MCF001089_TD08
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
181 Tumoral_cell_T24-3 Tumoral T24 24 cell MCF001090_TD01
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
182 Control_med_T24-1 Control T24 24 med MCF001090_TD02
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
183 Control_med_T24-2 Control T24 24 med MCF001090_TD03
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
184 Tumoral_med_T24-1 Tumoral T24 24 med MCF001090_TD04
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
185 Tumoral_med_T24-2 Tumoral T24 24 med MCF001090_TD05
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
186 Control_med_T0-1 Control T0 0 med MCF001090_TD06
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
187 Tumoral_med_T0-1 Tumoral T0 0 med MCF001090_TD07
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
188 Tumoral_med_T0-2 Tumoral T0 0 med MCF001090_TD08
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
189 ==================== =============== ============= ============ ================ =================
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
190
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
191
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
192 The column **original_name** must have the names of the samples as given in your data.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
193
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
194 The column **name_to_plot** must have the names as you want them to be (or set identical to original_name if you prefer). To set names that
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
195 are meaningful is a better choice, as we will take them to display the results.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
196
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
197 The column **timenum** must contain only the numeric part of the timepoint, for example 2,0, 10, 100 (this means, without letters ("T", "t", "s", "h" etc)
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
198 nor any other symbol). Make sure these time numbers are in the same units (but do not write the units here!).
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
199
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
200 The column **compartment** is an abbreviation, coined by you, for the compartments. This will be used for the results' files names: the longer the
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
201 compartments names are, the longer the output files' names! Please pick short and clear abbreviations to fill this column.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
202
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
203
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
204 **Running the analysis**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
205
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
206
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
207 You can precise how you want your analysis to be executed, with the parameters:
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
208
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
209 - **conditions** : the conditions present in your data, exactly in the ORDER you want them to appear both in the x axis and in the legend.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
210
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
211 - **timepoints** : the selected (you can select all) time points, that will be shown in the x axis.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
212
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
213 - **width_each_subfig** : the desired width (in inches) for the the individual metabolites' figures
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
214
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
215
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
216
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
217 There exist hints on use that will guide you, next to the parameters.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
218
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
219
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
220 The output consists of bar-plot figures, one by each metabolite, and one legend .pdf file, common to all the produced figures.
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
221
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
222
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
223
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
224 **Available data for testing**
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
225
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
226 You can test our tool with the data from our manuscript https://zenodo.org/record/8378887 (the pertinent
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
227 files for you are located in the subfolders inside the data folder).
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
228 Tou can also use the minimal data examples from https://zenodo.org/record/8380706
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
229
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
230 ]]>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
231 </help>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
232 <expand macro="citations"/>
c9040bdb918c planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/DIMet commit abca848510cb4ac8d09d95634147626ea578cdf0
iuc
parents:
diff changeset
233 </tool>