# HG changeset patch # User iuc # Date 1547857472 18000 # Node ID e5eb597e8f805f92c12694821cc45c0fe925ba3c # Parent 8ca7e26aa959f6856ef33a9d2f349e2b110bcd34 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/gemini commit 29750462f6e725177dc5617c14ba28bcaeed9794 diff -r 8ca7e26aa959 -r e5eb597e8f80 gemini_annotate.xml --- a/gemini_annotate.xml Fri Jan 11 17:20:53 2019 -0500 +++ b/gemini_annotate.xml Fri Jan 18 19:24:32 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 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +