comparison organism_add_organism.xml @ 9:7b552f5cb694 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:14:43 -0500
parents ad220cb1ce2b
children 7c212f0d1381
comparison
equal deleted inserted replaced
8:cd397cc9f0e5 9:7b552f5cb694
16 16
17 #if $comment: 17 #if $comment:
18 --comment '$comment' 18 --comment '$comment'
19 #end if 19 #end if
20 20
21 | jq -S . > $results 21 | jq -S . > '$results'
22 ]]></command> 22 ]]></command>
23 <inputs> 23 <inputs>
24 <!-- arguments --> 24 <!-- arguments -->
25 <param name="genus" label="Genus" argument="genus" type="text" help="The genus of the organism" /> 25 <param name="genus" label="Genus" argument="genus" type="text" help="The genus of the organism" />
26 <param name="species" label="Species" argument="species" type="text" help="The species of the organism" /> 26 <param name="species" label="Species" argument="species" type="text" help="The species of the organism" />