# HG changeset patch # User iuc # Date 1544205108 18000 # Node ID f052e48b47835d19f645f7510ba5bc38cf879469 # Parent 54f607ff195b66b2b1a9ae9882735ee305fe7f10 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit e4dce25c8dbeffca62c402f74ca733ddc7a6091b diff -r 54f607ff195b -r f052e48b4783 gemini_annotate.xml --- a/gemini_annotate.xml Tue Feb 16 05:56:10 2016 -0500 +++ b/gemini_annotate.xml Fri Dec 07 12:51:48 2018 -0500 @@ -1,4 +1,4 @@ - + adding your own custom annotations gemini_macros.xml @@ -10,11 +10,15 @@ 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 && + + @PROVIDE_ANNO_DATA@ gemini @BINARY@ - -f tabixed.gz + -f $tabixed_file -c $column_name -a $a.a_selector #if $a.a_selector == 'extract': @@ -30,7 +34,7 @@ - + - + - + + + 0.18.1 + + 181 + - gemini + gemini + tabix + + @@ -20,9 +28,10 @@ - - + + + @@ -62,6 +71,7 @@ + @@ -84,14 +94,44 @@ - + + + + + + + + + + #set $sql_expr = str($multiline_sql_expr).strip() + #if str($sql_expr): + #set $sql_expr = $sql_expr.replace('\r\n', '\n') + #set $sql_expr = $sql_expr.replace('\r', '\n') + #set $sql_expr = $sql_expr.replace('\\\n', ' ') + $cmdln_param '$sql_expr' + #end if + + #if str($filter.filter_selector) == 'yes' and $filter.filter: - #import pipes - --filter ${ pipes.quote( str( $filter.filter ) ) or "''" } + --filter '${ str( $filter.filter ) }' + #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 @@ -125,7 +165,6 @@ - 0.18.1 diff -r 54f607ff195b -r f052e48b4783 repository_dependencies.xml --- a/repository_dependencies.xml Tue Feb 16 05:56:10 2016 -0500 +++ b/repository_dependencies.xml Fri Dec 07 12:51:48 2018 -0500 @@ -1,4 +1,4 @@ - + diff -r 54f607ff195b -r f052e48b4783 tool-data/gemini_databases.loc.sample --- a/tool-data/gemini_databases.loc.sample Tue Feb 16 05:56:10 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -## GEMINI databases -#Version dbkey Description Path -#08_08_2014 hg19 Database (08-08-2014) /path/to/data diff -r 54f607ff195b -r f052e48b4783 tool-data/gemini_versioned_databases.loc.sample --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool-data/gemini_versioned_databases.loc.sample Fri Dec 07 12:51:48 2018 -0500 @@ -0,0 +1,3 @@ +## GEMINI versioned databases +#DownloadDate dbkey DBversion Description Path +#2018-07-08 hg19 181 GEMINI annotations (2018-07-08 snapshot) /path/to/data diff -r 54f607ff195b -r f052e48b4783 tool_data_table_conf.xml.sample --- a/tool_data_table_conf.xml.sample Tue Feb 16 05:56:10 2016 -0500 +++ b/tool_data_table_conf.xml.sample Fri Dec 07 12:51:48 2018 -0500 @@ -1,7 +1,7 @@ - - value, dbkey, name, path - +
+ value, dbkey, version, name, path +
diff -r 54f607ff195b -r f052e48b4783 tool_dependencies.xml --- a/tool_dependencies.xml Tue Feb 16 05:56:10 2016 -0500 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ - - - - - -