comparison test_script_path.xml @ 8:a303f3ffa153 draft default tip

Uploaded
author nanette
date Wed, 21 Aug 2013 07:05:54 -0400
parents 6c839f8050f1
children
comparison
equal deleted inserted replaced
7:b41fc3e15949 8:a303f3ffa153
3 <description>script path</description> 3 <description>script path</description>
4 <requirements> 4 <requirements>
5 <requirement type="set_environment">SCRIPT_PATH</requirement> 5 <requirement type="set_environment">SCRIPT_PATH</requirement>
6 </requirements> 6 </requirements>
7 <command interpreter="python"> 7 <command interpreter="python">
8 test_script_path.py --input1 $input1 --output1 $output1 --myflag \$SCRIPT_PATH 8 test_script_path.py --input1 $input1 --output1 $output1 --output2 $output2 --myflag \$SCRIPT_PATH
9 </command> 9 </command>
10 <inputs> 10 <inputs>
11 <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> 11 <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>
12 12
13 </inputs> 13 </inputs>
14 <outputs> 14 <outputs>
15 <data format="tabular" name="output1" /> 15 <data format="tabular" name="output1" />
16 <data format="pdf" name="output2" />
16 </outputs> 17 </outputs>
17 <requirements> 18 <requirements>
18 </requirements> 19 </requirements>
19 <tests> 20 <tests>
20 <test> 21 <test>