-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathmacros.xml
75 lines (55 loc) · 2.42 KB
/
macros.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<?xml version="1.0"?>
<macros>
<token name="@WRAPPER_VERSION@">3.3.0</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="1.1_4">r-batch</requirement>
<requirement type="package" version="2.2.1">r-ggplot2</requirement>
<requirement type="package" version="2.3">r-gridextra</requirement>
<requirement type="package" version="1.4.3">r-reshape2</requirement>
<yield />
</requirements>
</xml>
<xml name="stdio">
<stdio>
<exit_code range="1" level="fatal" />
</stdio>
</xml>
<token name="@HELP_AUTHORS@">
.. class:: infomark
**Authors** Manon Martin ([email protected]) and Marie Tremblay-Franco ([email protected]; Galaxy integration)
.. class:: infomark
| Contact [email protected] for any questions or concerns about the Galaxy implementation of this tool.
---------------------------------------------------
</token>
<token name="@HELP_CHANGELOG@">
---------------------------------------------------
Changelog/News
--------------
**Version 3.3.0**
* Debugged R scripts for possibly negative baselines
**Version 3.2.0**
* Updated R scripts and the help section of NMR_ReadFids and NMR_preprocessing
* Added sections
* Created a variableMetadata file in output of the NMR_preprocessing module
* Homogenised the input-output file names with the other modules
* Suppressed the option ptw for the baseline correction, set to TRUE all the time now
* Shift referencing: other values than 0 are admitted
* The log file recovers the input/output parameters
* Added an exclusion zone for the computation of the Baseline Correction criterion
* Switched Internal Referencing (goes second) and Zero Order Phase Correction (goes first)
**Version 3.1.0**
* Implementation of NMR_ReadFids and NMR_preprocessing
</token>
<xml name="citation">
<citations>
<citation type="bibtex">@PhDThesis{Rousseau2011,
title = {Statistical contribution to the analysis of metabonomics data in $^1$H NMR spectroscopy},
author = {Rousseau, R.},
school = {Institut de Statistique, Biostatistique et Sciences Actuarielles, Universit{\'e} catholique de Louvain},
year = {2011}}
</citation>
<citation type="doi">10.1093/bioinformatics/btu813</citation>
</citations>
</xml>
</macros>