# HG changeset patch # User iuc # Date 1510251525 18000 # Node ID 8da05bf2b1d16a37ea4cbf1204bde76c5109ea70 # Parent 3859552a63d8e4e3229eb03a3f146eafdfa5d8e1 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 11ee7ac206d41894c0b6a11f2439aaea490824f0 diff -r 3859552a63d8 -r 8da05bf2b1d1 gemini_annotate.xml --- a/gemini_annotate.xml Tue Mar 22 21:42:26 2016 -0400 +++ b/gemini_annotate.xml Thu Nov 09 13:18:45 2017 -0500 @@ -1,4 +1,4 @@ - + adding your own custom annotations gemini_macros.xml @@ -10,11 +10,13 @@ tabixed.gz && - tabix -p bed tabixed.gz && + ## For GEMINI to work correctly, tabixed file must have form [name].[bed|vcf].gz + #set $tabixed_file = "tabixed.%s.gz" % $annotate_source.ext + bgzip -c "$annotate_source" > $tabixed_file && + tabix -p "$annotate_source.ext" $tabixed_file && gemini @BINARY@ - -f tabixed.gz + -f $tabixed_file -c $column_name -a $a.a_selector #if $a.a_selector == 'extract': @@ -30,7 +32,7 @@ - + - + - + gemini tabix + + @@ -63,6 +65,7 @@ + @@ -96,6 +99,16 @@ #end if + + #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 + + diff -r 3859552a63d8 -r 8da05bf2b1d1 repository_dependencies.xml --- a/repository_dependencies.xml Tue Mar 22 21:42:26 2016 -0400 +++ b/repository_dependencies.xml Thu Nov 09 13:18:45 2017 -0500 @@ -1,4 +1,4 @@ - + diff -r 3859552a63d8 -r 8da05bf2b1d1 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Tue Mar 22 21:42:26 2016 -0400 +++ b/tool_data_table_conf.xml.sample Thu Nov 09 13:18:45 2017 -0500 @@ -1,5 +1,5 @@ - +
value, dbkey, name, path