Mercurial > repos > iuc > gemini_amend
changeset 2:4e0b84607b3d 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:21 -0500 |
parents | 2281967e7bc3 |
children | 4bd4870ecd33 |
files | gemini_macros.xml repository_dependencies.xml tool_data_table_conf.xml.sample |
diffstat | 3 files changed, 15 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/gemini_macros.xml Tue Mar 22 21:42:42 2016 -0400 +++ b/gemini_macros.xml Thu Nov 09 13:15:21 2017 -0500 @@ -3,6 +3,8 @@ <requirements> <requirement type="package" version="0.18.1">gemini</requirement> <requirement type="package" version="0.2.6">tabix</requirement> + <!-- for conda useage --> + <!--requirement type="package" version="1.3.1">htslib</requirement--> <yield /> </requirements> </xml> @@ -63,6 +65,7 @@ <option value="impact_severity">impact_severity</option> <option value="max_aaf_all">alternative allele frequency</option> </param> + <param name="extra_cols" type="text" label="Additional columns." help="Separate by whitespace"/> </when> </conditional> </xml> @@ -96,6 +99,16 @@ #end if </token> + <token name="@COLUMN_SELECT@"> + #if $report.report_selector != 'all': + --columns "${report.columns} + #if str($report.extra_cols).strip() + #echo ','+','.join(str($report.extra_cols).split()) + #end if + " + #end if + </token> + <xml name="family"> <param name="families" type="text" value="" label="Comma seperated list of families to restrict the analysis to." help="e.g. Family1,Family3 (--families)"/> </xml>
--- a/repository_dependencies.xml Tue Mar 22 21:42:42 2016 -0400 +++ b/repository_dependencies.xml Thu Nov 09 13:15:21 2017 -0500 @@ -1,4 +1,4 @@ <?xml version="1.0"?> <repositories description="This requires the GEMINI data manager definition to install all required annotation databases."> - <repository changeset_revision="345412d58d75" name="data_manager_gemini_database_downloader" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="172815da3d41" name="data_manager_gemini_database_downloader" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> </repositories>
--- a/tool_data_table_conf.xml.sample Tue Mar 22 21:42:42 2016 -0400 +++ b/tool_data_table_conf.xml.sample Thu Nov 09 13:15:21 2017 -0500 @@ -1,5 +1,5 @@ <tables> - <table name="gemini_databases" comment_char="#"> + <table name="gemini_databases" comment_char="#" allow_duplicate_entries="False"> <columns>value, dbkey, name, path</columns> <file path="tool-data/gemini_databases.loc" /> </table>