diff 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
line wrap: on
line diff
--- a/xcms_get_alignment_eic.xml	Fri Dec 12 12:28:08 2014 +0100
+++ b/xcms_get_alignment_eic.xml	Fri Dec 19 11:30:22 2014 +0100
@@ -30,11 +30,12 @@
 	help="Comma or line-separated list of sample names. Optional field where you can specify the subset of samples
 	to use for the EIC plots. NB: if your dataset has many samples, specifying a subset here can significantly speed up the processing time." >
 		<sanitizer>
-			<!-- this translates from line-separated to comma separated list -->
+			<!-- this translates from line-separated to comma separated list, removes quotes  -->
 			<valid/>
 			<mapping initial="none">
 		    	<add source="&#10;" target=","/>
 		    	<add source="&#13;" target=""/>
+		    	<add source="&quot;" target=""/>
  			</mapping>
 		</sanitizer>	
 	</param>