comparison phylogeny_load_tree.xml @ 11:8f3b6bb4c05c draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/chado commit 35c5eff77b573a66f3611b4906417df9a440c857
author gga
date Tue, 05 Mar 2019 05:12:24 -0500
parents 2e38005d5205
children 4812a8770a8c
comparison
equal deleted inserted replaced
10:2e38005d5205 11:8f3b6bb4c05c
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="phylogeny_load_tree" name="Chado load trees" version="@WRAPPER_VERSION@.1"> 2 <tool id="phylogeny_load_tree" name="Chado load trees" version="@WRAPPER_VERSION@.0">
3 <description>for phylogeny module</description> 3 <description>for phylogeny module</description>
4 <macros> 4 <macros>
5 <import>macros.xml</import> 5 <import>macros.xml</import>
6 </macros> 6 </macros>
7 <expand macro="requirements"/> 7 <expand macro="requirements"/>
40 'newick_arch/' 40 'newick_arch/'
41 #end if 41 #end if
42 42
43 '$analysis_id' 43 '$analysis_id'
44 44
45 | jq -S . > $results 45 | jq -S . > '$results'
46 ]]></command> 46 ]]></command>
47 <inputs> 47 <inputs>
48 <param argument="analysis_id" 48 <param argument="analysis_id"
49 type="select" 49 type="select"
50 dynamic_options="list_analyses()" 50 dynamic_options="list_analyses()"