diff spectrast_create.xml @ 7:c10b55821212 draft

Fix output tag
author iracooke
date Tue, 19 May 2015 22:36:35 -0400
parents 2346c96c327e
children 276ff5e1732c
line wrap: on
line diff
--- a/spectrast_create.xml	Tue May 19 20:01:34 2015 -0400
+++ b/spectrast_create.xml	Tue May 19 22:36:35 2015 -0400
@@ -26,7 +26,7 @@
 
         --instrument-acquisition $instrument_acquisition
 
-        -o $output
+        -o output
 
 	</command>
 
@@ -47,7 +47,7 @@
     </inputs>
 
       <outputs>
-        <data format="splib" name="output"/>
+        <data format="splib" name="output" from_work_dir="output.splib"/>
       </outputs>
 
 </tool>