Mercurial > repos > gga > tripal_db_index
comparison db_index.xml @ 2:c1fd973dd914 draft
planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit 81a83f06b49db32928ba0cd44e5b6d0431868d27
author | gga |
---|---|
date | Thu, 21 Jun 2018 08:48:38 -0400 |
parents | 62cfb06bd887 |
children | 0e6e02743484 |
comparison
equal
deleted
inserted
replaced
1:824b8272f723 | 2:c1fd973dd914 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool id="db_index" profile="16.04" name="Index Tripal data" version="@WRAPPER_VERSION@.0"> | 2 <tool id="db_index" profile="16.04" name="Index Tripal data" version="@WRAPPER_VERSION@.1"> |
3 <description>using Elasticsearch</description> | 3 <description>using Elasticsearch</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"/> |
108 <option value="keyword">keyword</option> | 108 <option value="keyword">keyword</option> |
109 <option value="pattern">pattern</option> | 109 <option value="pattern">pattern</option> |
110 <option value="path_hierarchy">path_hierarchy</option> | 110 <option value="path_hierarchy">path_hierarchy</option> |
111 </param> | 111 </param> |
112 <param name="queues" label="Queues" argument="queues" type="integer" value="10" help="Number of indexing task queues" /> | 112 <param name="queues" label="Queues" argument="queues" type="integer" value="10" help="Number of indexing task queues" /> |
113 <expand macro="wait_for"/> | |
113 </inputs> | 114 </inputs> |
114 <outputs> | 115 <outputs> |
115 <data format="txt" name="results" label="Index Tripal data" /> | 116 <data format="txt" name="results" label="Index Tripal data" /> |
116 </outputs> | 117 </outputs> |
117 <tests> | 118 <tests> |