Mercurial > repos > iuc > gemini_de_novo
comparison gemini_de_novo.xml @ 2:4aabe53ecfe0 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:15:51 -0500 |
parents | 285f519dab87 |
children | 9db3e299b1c8 |
comparison
equal
deleted
inserted
replaced
1:8850488002dc | 2:4aabe53ecfe0 |
---|---|
9 <expand macro="version_command" /> | 9 <expand macro="version_command" /> |
10 <command> | 10 <command> |
11 <![CDATA[ | 11 <![CDATA[ |
12 gemini @BINARY@ | 12 gemini @BINARY@ |
13 | 13 |
14 #if $report.report_selector != 'all': | 14 @COLUMN_SELECT@ |
15 --columns "${report.columns}" | |
16 #end if | |
17 | 15 |
18 @CMDLN_SQL_FILTER_FILTER_OPTION@ | 16 @CMDLN_SQL_FILTER_FILTER_OPTION@ |
19 | 17 |
20 #if int($min_kindreds) > 0: | 18 #if int($min_kindreds) > 0: |
21 --min-kindreds $min_kindreds | 19 --min-kindreds $min_kindreds |