annotate asics_xml.xml @ 1:b55559a2854f draft

planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
author lecorguille
date Wed, 28 Mar 2018 09:48:25 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
1 <tool id="NmrAnnotation" name="NMR_Annotation" version="1.0.0">
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
2
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
3 <description> Annotation of complex mixture NMR spectra and metabolite proportion estimation </description>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
4
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
5 <requirements>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
6 <requirement type="package" version="1.1_4">r-batch</requirement>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
7 <requirement type="package" version="1.0.1">r-asics</requirement>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
8 </requirements>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
9
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
10 <stdio>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
11 <exit_code range="1:" level="fatal" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
12 </stdio>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
13
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
14 <command><![CDATA[
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
15 ## Wrapper
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
16 Rscript '$__tool_directory__/asics_wrapper.R' standards '$__tool_directory__/Library.Rdata'
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
17
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
18 ## Bruker files
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
19 zipfile '$zip_file'
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
20
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
21 ## Exclusion zone
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
22 zone_exclusion_choices.choice ${zone_exclusion_choices.choice}
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
23 #if str($zone_exclusion_choices.choice) == 'yes':
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
24 #for $i in $zone_exclusion_choices.conditions:
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
25 zone_exclusion_left ${i.zone_exclusion_left}
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
26 zone_exclusion_right ${i.zone_exclusion_right}
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
27 #end for
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
28 #end if
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
29
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
30 ## Maximal shift (spectrum alignement)
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
31 shift $shift
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
32
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
33 ## Graphical zone
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
34 zone_graphical_choices.choice ${zone_graphical_choices.choice}
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
35 #if str($zone_graphical_choices.choice) == 'yes':
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
36 #for $i in $zone_graphical_choices.conditions:
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
37 zone_graphical_left ${i.zone_graphical_left}
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
38 zone_graphical_right ${i.zone_graphical_right}
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
39 #end for
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
40 #end if
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
41
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
42 ## Outputs
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
43 logOut '$logOut'
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
44 proportionEstimation '$proportionEstimation'
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
45 graphOut '$graphOut'
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
46 ]]></command>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
47
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
48 <inputs>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
49 <param name="zip_file" type="data" format="no_unzip.zip, zip" label="Zip file" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
50
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
51 <conditional name="zone_exclusion_choices">
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
52 <param name="choice" type="select" label="Exclusion zone(s)" help="Choose if you want to exclude particular zone(s)" >
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
53 <option value="yes" > yes </option>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
54 <option value="no" selected="true"> no </option>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
55 </param>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
56 <when value="yes">
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
57 <repeat name="conditions" title="exclusion zones">
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
58 <param name="zone_exclusion_left" label="Left exclusion zone border" type="float" value="10.0" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
59 <param name="zone_exclusion_right" label="Right exclusion zone border" type="float" value="10.0" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
60 </repeat>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
61 </when>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
62 <when value="no" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
63 </conditional>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
64
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
65 <param name="shift" type="float" value="0.01" help="Maximal allowed shift for spectra alignment. Default value is 0.01 ppm" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
66
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
67 <conditional name="zone_graphical_choices">
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
68 <param name="choice" type="select" label="Graphical zone(s)" help="Choose if you want to display particular zone(s)" >
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
69 <option value="yes" > yes </option>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
70 <option value="no" selected="true"> no </option>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
71 </param>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
72 <when value="yes">
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
73 <repeat name="conditions" title="grapical zones">
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
74 <param name="zone_graphical_left" label="Left graphical zone border" type="float" value="10.0" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
75 <param name="zone_graphical_right" label="Right graphical zone border" type="float" value="10.0" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
76 </repeat>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
77 </when>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
78 <when value="no" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
79 </conditional>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
80 </inputs>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
81
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
82 <outputs>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
83 <data format="txt" name="logOut" label="${tool.name}_log" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
84 <data format="tabular" name="proportionEstimation" label="${tool.name}_proportionEstimation" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
85 <data format="pdf" name="graphOut" label="${tool.name}_graph" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
86 </outputs>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
87
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
88 <tests>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
89 <test>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
90 <param name="zip_file" value="ADG_007.zip" ftype="zip" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
91 <output name="proportionEstimation" value="MTBLS1_177_NMR_Annotation_proportionEstimation.tabular" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
92 <output name="graphOut" value="MTBLS1_177_NMR_Annotation.pdf" compare="sim_size" delta="300" />
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
93 </test>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
94 </tests>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
95
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
96 <help><![CDATA[
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
97
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
98 .. class:: infomark
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
99
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
100 **Authors** Marie Tremblay-Franco (marie.tremblay-franco@inra.fr), Patrick Tardivel (patrick.tardivel@inra.fr), Rémi Servien (remi.servien@inra.fr) and Gaelle Lefort (gaelle.lefort@inra.fr)
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
101
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
102 .. class:: infomark
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
103
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
104 **Please cite**
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
105
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
106 Tardivel P., Servien R. and Concordet D. Non asymptotic active set properties of lasso-type estimators in small-dimension (submitted)
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
107 Tardivel P., Servien R., Canlet C., Tremblay-Franco M., Debrauwer L. and Concordet D. ASICS: an automatic method for identification and quantification of metabolites in NMR 1D 1H spectra (in preparation)
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
108
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
109 ---------------------------------------------------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
110
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
111 ==============
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
112 NMR Annotation
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
113 ==============
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
114
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
115 -----------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
116 Description
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
117 -----------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
118
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
119 ASICS, based on a strong statistical theory, handles automatically the metabolite identification and quantification
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
120
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
121 -----------------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
122 Workflow position
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
123 -----------------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
124
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
125 **Upstream tools**
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
126
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
127 ========================= ================= ======= =========
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
128 Name output file format parameter
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
129 ========================= ================= ======= =========
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
130 NA NA NA NA
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
131 ========================= ================= ======= =========
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
132
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
133
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
134 **Downstream tools**
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
135
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
136 ========================= ================= ======= =========
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
137 Name output file format parameter
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
138 ========================= ================= ======= =========
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
139 NA NA NA NA
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
140 ========================= ================= ======= =========
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
141
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
142
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
143
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
144 -----------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
145 Input files
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
146 -----------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
147
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
148 +---------------------------+------------+
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
149 | Parameter : num + label | Format |
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
150 +===========================+============+
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
151 | 1 : Choose your inputs | zip |
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
152 +---------------------------+------------+
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
153
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
154 **Choose your inputs**
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
155
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
156 You have two methods for your inputs:
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
157
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
158 | Zip file : You can put a zip file containing one condition (sample): myinputs.zip.
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
159
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
160 .. image:: ./static/images/Mth_Architecture_Repertoire_Bruker.png
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
161
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
162 ----------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
163 Parameters
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
164 ----------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
165
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
166 Exclusion zone(s)
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
167 | Spectral regions to exclude, water, solvent or contaminant resonances
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
168 | If YES: parameters **Lower exclusion zone** and **Upper exclusion zone** are visible,
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
169 | If NO: no zone to exclude
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
170 | Default value is NO
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
171 |
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
172
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
173 Left exclusion zone
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
174 | Upper boundary of exclusion zone
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
175
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
176
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
177 Right exclusion zone
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
178 | Lower boundary of exclusion zone
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
179
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
180 | *Notes:*
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
181 | - these parameters can be used several times using the "Add new exclusion zones" button
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
182
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
183
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
184 Shift
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
185 | Maximum variation of the chemical shift (due to experimental conditions) of a peak of a fixed metabolite allowed in the warping function
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
186
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
187
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
188 Graphical zone(s)
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
189 | Spectral regions to display
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
190 | If YES: parameters **Lower graphical zone** and **Upper graphical zone** are visible,
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
191 | If NO: no zone to display
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
192 | Default value is NO
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
193
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
194
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
195 ------------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
196 Output files
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
197 ------------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
198
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
199 proportionEstimation.tsv
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
200 | tabular output
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
201 | Array with p rows (corresponding to the identified metabolites) and 1 column containing the estimated relative intensities
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
202
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
203
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
204 spectra.pdf
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
205 | pdf output
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
206 | Graphical chart of real and estimated spectrum (whole spectral width and zooms depending on exclusion zone(s))
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
207
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
208
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
209
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
210 ---------------------------------------------------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
211
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
212 -------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
213 Example
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
214 -------
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
215
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
216 .. image:: ./static/images/NmrAnnotation_ASICS.png
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
217
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
218
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
219 ]]></help>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
220
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
221 <citations>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
222 <citation type="doi">10.1007/s11306-017-1244-5</citation>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
223 <citation type="doi">10.1093/bioinformatics/btu813</citation>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
224 </citations>
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
225
b55559a2854f planemo upload for repository https://github.com/workflow4metabolomics/nmr_annotation commit 1f3516e77a7c7a08ed16a66c913df456ba720553
lecorguille
parents:
diff changeset
226 </tool>