comparison create_or_update_organism.xml @ 13:8edb79e6b141 draft

"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/apollo commit 7bf18c69becc57152efdadedf7ebd0bcfa382a15"
author gga
date Mon, 29 Jun 2020 09:14:15 -0400
parents 63ad8934b189
children
comparison
equal deleted inserted replaced
12:63ad8934b189 13:8edb79e6b141
62 <param name="source_select" value="direct"/> 62 <param name="source_select" value="direct"/>
63 <param name="org_raw" value="Test org" /> 63 <param name="org_raw" value="Test org" />
64 </conditional> 64 </conditional>
65 <param name="genus" value="genus"/> 65 <param name="genus" value="genus"/>
66 <param name="test_hack" value="yes"/> 66 <param name="test_hack" value="yes"/>
67 <output name="output" file="create_org/output.json" lines_diff="6"/> 67 <output name="output" file="create_org/output.json" lines_diff="8"/>
68 </test> 68 </test>
69 <test> 69 <test>
70 <!-- Send the same input to test updating --> 70 <!-- Send the same input to test updating -->
71 <param name="jbrowse" value="dataset_1.dat"/> 71 <param name="jbrowse" value="dataset_1.dat"/>
72 <conditional name="org_source"> 72 <conditional name="org_source">
74 <param name="org_raw" value="Test org" /> 74 <param name="org_raw" value="Test org" />
75 </conditional> 75 </conditional>
76 <param name="genus" value="genus2"/> 76 <param name="genus" value="genus2"/>
77 <param name="species" value="sp"/> 77 <param name="species" value="sp"/>
78 <param name="test_hack" value="yes"/> 78 <param name="test_hack" value="yes"/>
79 <output name="output" file="create_org/output2.json" lines_diff="6"/> 79 <output name="output" file="create_org/output2.json" lines_diff="8"/>
80 </test> 80 </test>
81 </tests> 81 </tests>
82 <help><![CDATA[ 82 <help><![CDATA[
83 **What it does** 83 **What it does**
84 84