comparison organism_get_organisms.xml @ 5:8f6e896ac034 draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 35c5eff77b573a66f3611b4906417df9a440c857
author gga
date Tue, 05 Mar 2019 05:24:19 -0500
parents 0285d79f211e
children
comparison
equal deleted inserted replaced
4:0285d79f211e 5:8f6e896ac034
31 #end if 31 #end if
32 #if $comment: 32 #if $comment:
33 --comment "$comment" 33 --comment "$comment"
34 #end if 34 #end if
35 35
36 | jq -S . > $results 36 | jq -S . > '$results'
37 ]]></command> 37 ]]></command>
38 <inputs> 38 <inputs>
39 <param name="organism_id" label="Organism Id" argument="organism_id" type="text" optional="true" help="An organism ID" /> 39 <param name="organism_id" label="Organism Id" argument="organism_id" type="text" optional="true" help="An organism ID" />
40 <param name="genus" label="Genus" argument="genus" type="text" optional="true" help="The genus of the organism" /> 40 <param name="genus" label="Genus" argument="genus" type="text" optional="true" help="The genus of the organism" />
41 <param name="species" label="Species" argument="species" type="text" optional="true" help="The species of the organism" /> 41 <param name="species" label="Species" argument="species" type="text" optional="true" help="The species of the organism" />