comparison organism_add_organism.xml @ 4:2d707e97598b draft

planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit d9f27b297d9a919471c92b02ecf6cc9554457211
author gga
date Tue, 30 Oct 2018 04:37:51 -0400
parents 92407294b12e
children 3ad5a94fb0d8
comparison
equal deleted inserted replaced
3:92407294b12e 4:2d707e97598b
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@.0"> 2 <tool id="organism_add_organism" profile="16.04" name="Create an organism" version="@WRAPPER_VERSION@.1">
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">
21 #if $infra.use_infra: 21 #if $infra.use_infra:
22 --infraspecific_rank '$infra.rank' 22 --infraspecific_rank '$infra.rank'
23 --infraspecific_name '$infra.name' 23 --infraspecific_name '$infra.name'
24 #end if 24 #end if
25 25
26 --common '$common'
27 --abbr '$abbr'
26 '$genus' 28 '$genus'
27 '$species' 29 '$species'
28 '$common'
29 '$abbr'
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"
90 <param name="genus" value="Testus" /> 90 <param name="genus" value="Testus" />
91 <param name="species" value="testum" /> 91 <param name="species" value="testum" />
92 <param name="abbr" value="test" /> 92 <param name="abbr" value="test" />
93 <param name="common" value="test stuff" /> 93 <param name="common" value="test stuff" />
94 <param name="common" value="My cool new test organism" /> 94 <param name="common" value="My cool new test organism" />
95
96 <expand macro="test_result" /> 95 <expand macro="test_result" />
97 </test> 96 </test>
98 <test expect_failure="true"> 97 <test expect_failure="true">
99 <param name="genus" value="Testus" /> 98 <param name="genus" value="Testus" />
100 <param name="species" value="testum" /> 99 <param name="species" value="testum" />
104 <conditional name="infra"> 103 <conditional name="infra">
105 <param name="use_infra" value="True" /> 104 <param name="use_infra" value="True" />
106 <param name="rank" value="subspecies" /> 105 <param name="rank" value="subspecies" />
107 <param name="name" value="strain3" /> 106 <param name="name" value="strain3" />
108 </conditional> 107 </conditional>
109
110 <expand macro="test_result" /> 108 <expand macro="test_result" />
111 </test> 109 </test>
112 </tests> 110 </tests>
113 <help><![CDATA[ 111 <help><![CDATA[
114 @HELP_OVERVIEW@ 112 @HELP_OVERVIEW@