comparison gemini_gene_wise.xml @ 2:bc66ebfd4159 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 11ee7ac206d41894c0b6a11f2439aaea490824f0
author iuc
date Thu, 09 Nov 2017 13:16:54 -0500
parents 99d6e7b1b7f1
children d46017ddbf94
comparison
equal deleted inserted replaced
1:0db31ae5295e 2:bc66ebfd4159
18 18
19 #if $gt_filter.strip(): 19 #if $gt_filter.strip():
20 --gt-filter "${gt_filter}" 20 --gt-filter "${gt_filter}"
21 #end if 21 #end if
22 22
23 #if $report.report_selector != 'all': 23 @COLUMN_SELECT@
24 --columns "${report.columns}"
25 #end if
26 24
27 @CMDLN_SQL_FILTER_FILTER_OPTION@ 25 @CMDLN_SQL_FILTER_FILTER_OPTION@
28 26
29 "${ infile }" 27 "${ infile }"
30 > "${ outfile }" 28 > "${ outfile }"