comparison psm_eval.xml @ 1:9743296a53a3 draft

added repo dependencies
author galaxyp
date Thu, 20 Jun 2013 16:21:26 -0400
parents 77cc9cc99e15
children f8356c01939b
comparison
equal deleted inserted replaced
0:77cc9cc99e15 1:9743296a53a3
9 <configfile name="driver"># YAML driver for PSM Eval 9 <configfile name="driver"># YAML driver for PSM Eval
10 peak_lists: 10 peak_lists:
11 #for $peak_list in $peak_lists: 11 #for $peak_list in $peak_lists:
12 - path: $peak_list 12 - path: $peak_list
13 name: "$peak_list.display_name" 13 name: "$peak_list.display_name"
14 encoded_id: "${$__app__.security.encode_id( $peak_list.id )}" 14 encoded_id: "${$__app__.security.encode_id( $peak_list.id )}|${$peak_list.extra_dir_file_name if hasattr($peak_list, 'extra_dir_file_name') else ''}"
15 #end for 15 #end for
16 psms: $psms_cond.psms 16 psms: $psms_cond.psms
17 psms_type: $psms_cond.type 17 psms_type: $psms_cond.type
18 output: $output 18 output: $output
19 output_format: $output_type 19 output_format: $output_type