comparison organism_add_organism.xml @ 6:3ad5a94fb0d8 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:22:03 -0500
parents 2d707e97598b
children
comparison
equal deleted inserted replaced
5:2972216ff7af 6:3ad5a94fb0d8
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool id="organism_add_organism" profile="16.04" name="Create an organism" version="@WRAPPER_VERSION@.1"> 2 <tool id="organism_add_organism" profile="16.04" name="Create an organism" version="@WRAPPER_VERSION@.0">
3 <description>in Tripal</description> 3 <description>in Tripal</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">
26 --common '$common' 26 --common '$common'
27 --abbr '$abbr' 27 --abbr '$abbr'
28 '$genus' 28 '$genus'
29 '$species' 29 '$species'
30 30
31 | jq -S . > $results 31 | jq -S . > '$results'
32 ]]></command> 32 ]]></command>
33 <inputs> 33 <inputs>
34 <param name="genus" 34 <param name="genus"
35 type="text" 35 type="text"
36 label="Genus" 36 label="Genus"