Mercurial > repos > jfb > promap
changeset 3:7341a49592f9 draft
Uploaded
author | jfb |
---|---|
date | Thu, 19 Apr 2018 13:08:29 -0400 |
parents | 2ac39b9765ba |
children | 51d7af361632 |
files | promap/promap.xml |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/promap/promap.xml Thu Apr 19 12:49:56 2018 -0400 +++ b/promap/promap.xml Thu Apr 19 13:08:29 2018 -0400 @@ -6,10 +6,13 @@ <command detect_errors="aggressive"><![CDATA[ Rscript '$__tool_directory__/promap.R' --in='$input' + #for $m in $moreinput + --in='${q.moreinput}' + #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="more input" min="1" title="Fine Data"> + <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"/> </repeat> </inputs>