comparison xcms_get_alignment_eic.xml @ 60:35f506f30ae4

fixed small rule in pdfread, and other small enhancements
author pieter.lukasse@wur.nl
date Fri, 19 Dec 2014 11:30:22 +0100
parents f772a5caa86a
children
comparison
equal deleted inserted replaced
59:458e05d1d172 60:35f506f30ae4
28 <param name="sampleNames" type="text" area="true" size="10x70" label="List of sample names" 28 <param name="sampleNames" type="text" area="true" size="10x70" label="List of sample names"
29 value="sampleName1,sampleName2,etc" 29 value="sampleName1,sampleName2,etc"
30 help="Comma or line-separated list of sample names. Optional field where you can specify the subset of samples 30 help="Comma or line-separated list of sample names. Optional field where you can specify the subset of samples
31 to use for the EIC plots. NB: if your dataset has many samples, specifying a subset here can significantly speed up the processing time." > 31 to use for the EIC plots. NB: if your dataset has many samples, specifying a subset here can significantly speed up the processing time." >
32 <sanitizer> 32 <sanitizer>
33 <!-- this translates from line-separated to comma separated list --> 33 <!-- this translates from line-separated to comma separated list, removes quotes -->
34 <valid/> 34 <valid/>
35 <mapping initial="none"> 35 <mapping initial="none">
36 <add source="&#10;" target=","/> 36 <add source="&#10;" target=","/>
37 <add source="&#13;" target=""/> 37 <add source="&#13;" target=""/>
38 <add source="&quot;" target=""/>
38 </mapping> 39 </mapping>
39 </sanitizer> 40 </sanitizer>
40 </param> 41 </param>
41 42
42 43