comparison gemini_de_novo.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
12 12
13 #if $report.report_selector != 'all': 13 #if $report.report_selector != 'all':
14 --columns "${report.columns}" 14 --columns "${report.columns}"
15 #end if 15 #end if
16 16
17 #if $filter.filter_selector == 'yes': 17 @CMDLN_SQL_FILTER_FILTER_OPTION@
18 --filter "${filter.filter}" 18
19 #end if
20 -d $d 19 -d $d
21 "${ infile }" 20 "${ infile }"
22 > "${ outfile }" 21 > "${ outfile }"
23 ]]> 22 ]]>
24 </command> 23 </command>