Mercurial > repos > iuc > gemini_stats
comparison gemini_stats.xml @ 3:ee894347fcd6 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:33:53 -0400 |
parents | ac761838cdaf |
children | cdd90678004a |
comparison
equal
deleted
inserted
replaced
2:4de57a28e609 | 3:ee894347fcd6 |
---|---|
10 <command> | 10 <command> |
11 <![CDATA[ | 11 <![CDATA[ |
12 gemini @BINARY@ | 12 gemini @BINARY@ |
13 $stats_type | 13 $stats_type |
14 | 14 |
15 #if $gt_filter.strip(): | 15 #set $multiline_sql_expr = $gt_filter |
16 --gt-filter "${gt_filter}" | 16 #set $cmdln_param = "--gt-filter" |
17 #end if | 17 @MULTILN_SQL_EXPR_TO_CMDLN@ |
18 | 18 |
19 #if $summarize.strip(): | 19 #set $multiline_sql_expr = $summarize |
20 --gt-filter "${gt_filter}" | 20 #set $cmdln_param = "--summarize" |
21 #end if | 21 @MULTILN_SQL_EXPR_TO_CMDLN@ |
22 | 22 |
23 "${ infile }" | 23 "${ infile }" |
24 > "${ outfile }" | 24 > "${ outfile }" |
25 ]]> | 25 ]]> |
26 </command> | 26 </command> |