comparison gemini_region.xml @ 4:ba3abde6775b draft default tip

Uploaded
author iuc
date Thu, 15 Jan 2015 15:33:48 -0500
parents 93bb0cfacefb
children
comparison
equal deleted inserted replaced
3:ed88ab9ead28 4:ba3abde6775b
22 22
23 #if $report.report_selector != 'all': 23 #if $report.report_selector != 'all':
24 --columns "${report.columns}" 24 --columns "${report.columns}"
25 #end if 25 #end if
26 26
27 #if $filter.filter_selector == 'yes': 27 @CMDLN_SQL_FILTER_FILTER_OPTION@
28 --filter "${filter.filter}"
29 #end if
30 28
31 $header 29 $header
32 "${ infile }" 30 "${ infile }"
33 > "${ outfile }" 31 > "${ outfile }"
34 ]]> 32 ]]>