# HG changeset patch # User iuc # Date 1547858081 18000 # Node ID 0c8f7322f8fc5b0553865ad5aeee52e6ff1f34ad # Parent 08f57a8502e4a5836eebdad605f0f6fd5e0e2d00 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 29750462f6e725177dc5617c14ba28bcaeed9794 diff -r 08f57a8502e4 -r 0c8f7322f8fc gemini_annotate.xml --- a/gemini_annotate.xml Fri Jan 11 17:41:39 2019 -0500 +++ b/gemini_annotate.xml Fri Jan 18 19:34:41 2019 -0500 @@ -1,8 +1,16 @@ - - adding your own custom annotations + + the variants in an existing GEMINI database with additional information gemini_macros.xml annotate + + + + value.replace('_', '').isalnum() + + @@ -18,73 +26,86 @@ gemini @BINARY@ -f '$tabixed_file' - -c '$column_name' -a $a.a_selector #if $a.a_selector == 'extract': - -t $a.column_type - -e '$a.column_extracts' - -o $a.operation + #set $types = [] + #set $elements = [] + #set $column_names = [] + #set $operations = [] + #for $action in $a.actions: + $types.append(str($action.column_type)) + $elements.append(str($action.element_to_extract).strip()) + $column_names.append(str($action.column_name).strip()) + $operations.append(str($action.operation)) + #end for + + -t #echo ",".join($types) + -e '#echo ",".join($elements)#' + -o #echo ",".join($operations) + -c '#echo ",".join($column_names)#' + #else: + -c '${a.column_name}' #end if - $region_only + #if str($annotate_source.ext) == "vcf": + $region_only + #end if '$outfile' ]]> - - - - - - - - - - + + - - - - + + + + - - - - - - - - - - - - - - - - - - - - - - - + + + value.strip() + + + + + + + + + + + + + + + + + + + + - - + + + + + + - @@ -93,125 +114,71 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +