comparison transformation_config.xml @ 3:cc0e9eff0de2 draft default tip

planemo upload for repository https://github.com/workflow4metabolomics/transformation.git commit 60ebb3e8919c09c18f89a5362750ae45ca84d0c2
author ethevenot
date Wed, 28 Feb 2018 09:15:47 -0500
parents 0ccfc3e15710
children
comparison
equal deleted inserted replaced
2:0ccfc3e15710 3:cc0e9eff0de2
1 <tool id="Transformation" name="Transformation" version="2.2.0"> 1 <tool id="Transformation" name="Transformation" version="2.2.0">
2 <description>Transforms the dataMatrix intensity values</description> 2 <description>Transforms the dataMatrix intensity values</description>
3 3
4 <requirements> 4 <requirements>
5 <requirement type="package">r-batch</requirement> 5 <requirement type="package" version="1.1_4">r-batch</requirement>
6 </requirements> 6 </requirements>
7 7
8 <stdio> 8 <stdio>
9 <exit_code range="1:" level="fatal" /> 9 <exit_code range="1:" level="fatal" />
10 </stdio> 10 </stdio>
76 76
77 | In the workflow example below, the intensities are first transformed, before the signal drift and batch-effects are corrected; finally, the data quality is evaluated numerically and visually. 77 | In the workflow example below, the intensities are first transformed, before the signal drift and batch-effects are corrected; finally, the data quality is evaluated numerically and visually.
78 | 78 |
79 79
80 .. image:: transformation_workflowPositionImage.png 80 .. image:: transformation_workflowPositionImage.png
81 :width: 600
82 81
83 82
84 83
85 ----------- 84 -----------
86 Input files 85 Input files