diff xcms_get_mass_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_mass_eic.xml	Fri Dec 12 12:28:08 2014 +0100
+++ b/xcms_get_mass_eic.xml	Fri Dec 19 11:30:22 2014 +0100
@@ -16,7 +16,7 @@
 		#else
 			-1
 			-1
-			$massParameters.mzList
+			"$massParameters.mzList" 
 			$massParameters.mzTolPpm
 		#end if  
 		"$sampleNames" 
@@ -43,11 +43,12 @@
 			<param name="mzList" type="text" area="true" size="7x70" label="m/z list" 
 				help="Comma or line-separated list of m/z values for which to plot an EIC. One EIC will be plotted for each m/z given here.">
 				<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>
@@ -65,10 +66,12 @@
 		help="Comma or line-separated list of sample names. Here 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, removes quotes  -->
 			<valid/>
 			<mapping initial="none">
 		    	<add source="&#10;" target=","/>
 		    	<add source="&#13;" target=""/>
+		    	<add source="&quot;" target=""/>
  			</mapping>
 		</sanitizer>	
 	</param>