# HG changeset patch # User gga # Date 1551090815 18000 # Node ID 0cbdf665f459673732d0f0663733f7ae8d1f852f # Parent ed1d53d7919d27f78034786fba9331798172d09c planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 690532f4a8e36a334b2d4e15b832532fc1bb8d39 diff -r ed1d53d7919d -r 0cbdf665f459 phylogeny_load_tree.xml --- a/phylogeny_load_tree.xml Thu Jan 24 03:06:03 2019 -0500 +++ b/phylogeny_load_tree.xml Mon Feb 25 05:33:35 2019 -0500 @@ -1,5 +1,5 @@ - + for phylogeny module macros.xml @@ -9,19 +9,12 @@ /dev/null && #end if -#if $xref_db: - --xref_db '$xref_db' -#end if -#if $xref_accession: - --xref_accession '$xref_accession' -#end if + +chakin phylogeny load_tree $match_on_name @@ -29,20 +22,51 @@ --prefix '$prefix' #end if +#if $xref_db: + --xref_db '$xref_db' +#end if + +#if $input.input_type == "archive": + #if $name: + --name '$name' + #end if + + #if $xref_accession: + --xref_accession '$xref_accession' + #end if + + '$newick' +#else + 'newick_arch/' +#end if + +'$analysis_id' + | jq -S . > $results ]]> - - + + + + + + + + + + + + + + + - -