annotate isoplot.xml @ 1:dd3e046a72ad draft default tip

"planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 97521f53202a392709ba96988129ae08d0dac317"
author workflow4metabolomics
date Mon, 04 Oct 2021 09:01:32 +0000
parents 8b54f922377a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
dd3e046a72ad "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 97521f53202a392709ba96988129ae08d0dac317"
workflow4metabolomics
parents: 0
diff changeset
1 <tool id='isoplot' name='Isoplot: Generate plots from isocor output' version='1.3.0+galaxy1' profile='20.01'>
0
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
2 <requirements>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
3 <requirement type='package' version='1.3.0'>isoplot</requirement>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
4 </requirements>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
5 <command><![CDATA[
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
6 isoplot '$datafile' 'galaxy' '$format' --value '$value' --template '$template_file' $SP.barplot $SP.meaned_barplot
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
7 $SP.static_heatmap $SP.static_clustermap $IP.interactive_barplot $IP.interactive_meanplot $IP.interactive_heatmap
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
8 #if $unstack:
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
9 -s
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
10 #end if
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
11 #if $verbosity:
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
12 -v
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
13 #end if
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
14 #if $annotation:
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
15 -a
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
16 #end if
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
17 -g -z '$plots_output' > $data_output 2> '$log_output'
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
18 ]]></command>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
19 <inputs>
1
dd3e046a72ad "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 97521f53202a392709ba96988129ae08d0dac317"
workflow4metabolomics
parents: 0
diff changeset
20 <param name='datafile' type='data' format='csv,tabular' multiple='true' label='Upload data that has been corrected by Isocor (.tsv format)' />
dd3e046a72ad "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 97521f53202a392709ba96988129ae08d0dac317"
workflow4metabolomics
parents: 0
diff changeset
21 <param name='template_file' type='data' format='csv,xlsx' multiple='true' label='Upload template file containing plot metadata (.xlsx format)' argument='--template'/>
0
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
22 <!--param name='run_name' type='text' label='Run name' /-->
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
23 <param name='format' type='select' label='Plot format'>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
24 <option value='pdf'>pdf</option>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
25 <option value='jpeg'>jpeg</option>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
26 <option value='png'>png</option>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
27 <option value='svg'>svg</option>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
28 <option value='html'>html</option>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
29 </param>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
30 <param name='value' type='select' label='Data to plot' >
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
31 <option value='corrected_area'>Corrected Area</option>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
32 <option value='isotopologue_fraction'>Isotopologue Fraction</option>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
33 <option value='mean_enrichment'>Mean Enrichment</option>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
34 </param>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
35 <section name='SP' title='Select static plots to generate'>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
36 <param type='boolean' argument='--barplot' label='Flag to generate barplots' truevalue='-bp' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
37 <param type='boolean' argument='--meaned_barplot' label='Flag to generate meaned barplots' truevalue='-mb' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
38 <!--<param type='boolean' name='generate_areaplot' label='Flag to generate stacked area plots'
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
39 argument='-sa' optional='true'/>/-->
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
40 <param type='boolean' argument='--static_heatmap' label='Flag to generate heatmap' truevalue='-hm' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
41 <param type='boolean' argument='--static_clustermap' label='Flag to generate clustermap' truevalue='-cm' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
42 </section>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
43 <section name='IP' title='Select interactive plots to generate'>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
44 <param type='boolean' argument='--interactive_barplot' label='Flag to generate barplots' truevalue='-IB' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
45 <param type='boolean' argument='--interactive_meanplot' label='Flag to generate meaned barplots' truevalue='-IM' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
46 <!-- <param type='boolean' name='generate_areaplot' label='Flag to generate stacked area plots' argument='-IS'
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
47 optional='true'/>-->
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
48 <param type='boolean' argument='--interactive_heatmap' label='Flag to generate heatmap' truevalue='-HM' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
49 </section>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
50 <param type='boolean' name='unstack' label='Flag to unstack bars in barplots' truevalue='-s' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
51 <param type='boolean' name='verbosity' label='Flag to get debug information' truevalue='-v' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
52 <param type='boolean' name='annotation' label='Flag to add annotations on the maps' truevalue='-a' falsevalue=''/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
53 </inputs>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
54
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
55 <outputs>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
56 <data name='data_output' format='csv' label='Formatted data used for plotting' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
57 <data name='plots_output' format='zip' label='Resulting plots' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
58 <data name='log_output' format='txt' label='Run Info' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
59 </outputs>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
60
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
61 <tests>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
62 <test>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
63 <param name='datafile' value='input_data.csv' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
64 <param name='template_file' value='input_template.xlsx'/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
65 <param name='format' value='pdf' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
66 <param name='value' value='isotopologue_fraction' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
67 <section name='SP' >
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
68 <param name='barplot' value='true' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
69 </section>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
70 <section name='IP' >
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
71 <param name='interactive_barplot' value='true' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
72 </section>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
73 <output name='data_output' file='data_out.csv'/>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
74 <output name='plots_output'>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
75 <assert_contents>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
76 <has_size value='2852573' delta='1000' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
77 </assert_contents>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
78 </output>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
79 <output name='log_output'>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
80 <assert_contents>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
81 <has_text text='- isoplot_log.main.cli_process - INFO - Plots created. Run is terminated' />
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
82 </assert_contents>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
83 </output>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
84 </test>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
85 </tests>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
86
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
87 <help><![CDATA[
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
88
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
89 .. class:: warningmark
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
90
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
91 We strongly encourage you to read the `documentation <https://isoplot.readthedocs.io/en/latest/>`_ before using Isoplot.
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
92
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
93 Isoplot2: Plotting isotopic labelling MS data
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
94 =============================================
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
95
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
96 **Positional arguments:**
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
97
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
98 input_path Path to datafile
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
99 run_name Name of the current run
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
100 format Format of generated file
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
101
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
102 **optional arguments:**
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
103 -h, --help show this help message and exit
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
104 --value Choices: "corrected_area", "isotopologue_fraction", "mean_enrichment". Select values to plot. This option can be given multiple times
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
105
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
106 -m METABOLITE Metabolite(s) to plot. For all, type in 'all'
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
107 -c CONDITION Condition(s) to plot. For all, type in 'all'
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
108 -t TIME Time(s) to plot. For all, type in 'all'
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
109 -tp, --template TEMPLATE_PATH Path to template file
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
110
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
111 -sa, --stacked_areaplot Create static stacked areaplot
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
112 -bp, --barplot Create static barplot
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
113 -mb, --meaned_barplot Create static barplot with meaned replicates
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
114
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
115 -IB, --interactive_barplot Create interactive stacked barplot
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
116 -IM, --interactive_stacked_meanplot Create interactive stacked barplot with meaned replicates
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
117 -IS, --interactive_areaplot Create interactive stacked areaplot
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
118 -hm, --static_heatmap Create a static heatmap using mean enrichment data
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
119 -cm, --static_clustermap Create a static heatmap with clustering using mean enrichment data
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
120 -HM, --interactive_heatmap Create interactive heatmap using mean enrichment data
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
121
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
122 -s, --stack Add option if barplots should be unstacked
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
123 -v, --verbose Turns logger to debug mode
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
124 -a, --annot Add option if annotations should be added on maps
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
125
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
126 ]]></help>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
127 <citations>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
128 <citation type='bibtex'>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
129 @misc{githubisoplot,
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
130 author = {Le Gregam, Loic},
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
131 year = {2021},
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
132 title = {isoplot},
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
133 publisher = {GitHub},
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
134 journal = {GitHub repository},
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
135 url = {https://github.com/llegregam},
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
136 }</citation>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
137 </citations>
8b54f922377a "planemo upload for repository https://github.com/llegregam/Isoplot/tree/main commit 091a7a9b697ca1638cdc3fc13003f0cb4430e06e"
workflow4metabolomics
parents:
diff changeset
138 </tool>