# HG changeset patch # User gga # Date 1541422221 18000 # Node ID f69da570d1b956f19fe5ccece50925f21bfab496 # Parent 48e964ae0f20ab4a9cf91b93d995b5bce63d330c planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 3c4fb887c809face4fbe4602617d6dc094b15864 diff -r 48e964ae0f20 -r f69da570d1b9 feature_load_gff.xml --- a/feature_load_gff.xml Tue Sep 04 12:19:34 2018 -0400 +++ b/feature_load_gff.xml Mon Nov 05 07:50:21 2018 -0500 @@ -17,12 +17,20 @@ #if $landmark_type: --landmark_type '$landmark_type' #end if -#if $re_protein: - --re_protein '$re_protein' + +#if $prot_naming.method == 'regex' + #if $re_protein: + --re_protein '$re_protein' + #end if + #if $re_protein_capture: + --re_protein_capture '$re_protein_capture' + #end if +#elif $prot_naming.method == "attr" + #if $protein_id_attr: + --protein_id_attr '$protein_id_attr' + #end if #end if -#if $re_protein_capture: - --re_protein_capture '$re_protein_capture' -#end if + #if $fasta: --fasta '$fasta' #end if @@ -49,12 +57,27 @@ - - - - - - + + + + + + + + + + + + + + + + + + + + + diff -r 48e964ae0f20 -r f69da570d1b9 macros.xml --- a/macros.xml Tue Sep 04 12:19:34 2018 -0400 +++ b/macros.xml Mon Nov 05 07:50:21 2018 -0500 @@ -2,7 +2,7 @@ - python-chado + python-chado jq