Mercurial > repos > iuc > gemini_gene_wise
comparison gemini_gene_wise.xml @ 3:d46017ddbf94 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 1f7418d74c6fcd61a050106ca5f9b66ab9a4c33d
author | iuc |
---|---|
date | Wed, 17 Oct 2018 13:29:48 -0400 |
parents | bc66ebfd4159 |
children | a26f0a30df65 |
comparison
equal
deleted
inserted
replaced
2:bc66ebfd4159 | 3:d46017ddbf94 |
---|---|
14 | 14 |
15 #if int($min_filters) > 0: | 15 #if int($min_filters) > 0: |
16 --min_filters $min_filters | 16 --min_filters $min_filters |
17 #end if | 17 #end if |
18 | 18 |
19 #if $gt_filter.strip(): | 19 #set $multiline_sql_expr = $gt_filter |
20 --gt-filter "${gt_filter}" | 20 #set $cmdln_param = "--gt-filter" |
21 #end if | 21 @MULTILN_SQL_EXPR_TO_CMDLN@ |
22 | 22 |
23 @COLUMN_SELECT@ | 23 @COLUMN_SELECT@ |
24 | 24 |
25 @CMDLN_SQL_FILTER_FILTER_OPTION@ | 25 @CMDLN_SQL_FILTER_FILTER_OPTION@ |
26 | 26 |