diff test_script_path.xml @ 8:a303f3ffa153 draft default tip

Uploaded
author nanette
date Wed, 21 Aug 2013 07:05:54 -0400
parents 6c839f8050f1
children
line wrap: on
line diff
--- a/test_script_path.xml	Wed Aug 21 05:56:49 2013 -0400
+++ b/test_script_path.xml	Wed Aug 21 07:05:54 2013 -0400
@@ -5,7 +5,7 @@
 		<requirement type="set_environment">SCRIPT_PATH</requirement>
 	</requirements>
 	<command interpreter="python">
-		test_script_path.py --input1 $input1 --output1 $output1 --myflag \$SCRIPT_PATH
+		test_script_path.py --input1 $input1 --output1 $output1 --output2 $output2 --myflag \$SCRIPT_PATH
 	</command>
         <inputs>
             <param label="Gene Universe file" name="input1" type="data" format="tabular" help="A tabular file with the full set of genes from the study (gene universe)"></param>
@@ -13,6 +13,7 @@
         </inputs>
 	<outputs>
 		<data format="tabular" name="output1" />
+		<data format="pdf" name="output2" />
 	</outputs>
 	<requirements>
 	</requirements>