changeset 5:1475ecc69c9e draft

Uploaded
author jfb
date Thu, 19 Apr 2018 13:20:19 -0400
parents 51d7af361632
children 0bc169bae3a1
files promap/promap.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/promap/promap.xml	Thu Apr 19 13:17:06 2018 -0400
+++ b/promap/promap.xml	Thu Apr 19 13:20:19 2018 -0400
@@ -7,13 +7,13 @@
 		Rscript '$__tool_directory__/promap.R'
 		--in='$input'
 		#for $m in $moreinput 
-			--in='${m.moreinput}' 
+			--in='${m.input2}' 
 		#end for
     ]]></command>
     <inputs>
 		<param name="input" type="data" format="txt" label="Fine Data" help="Put in your fine data one file at a time"/>
 		<repeat name="moreinput" min="1" title="Fine Data">
-			<param name="input" type="data" format="txt" label="Fine Data" help="Put in your fine data one file at a time"/>
+			<param name="input2" type="data" format="txt" label="Fine Data" help="Put in your fine data one file at a time"/>
 		</repeat>
     </inputs>      
     <outputs>