Mercurial > repos > gga > tripal_db_index
comparison db_index.xml @ 7:d55a39f12dda draft default tip
"planemo upload for repository https://github.com/galaxy-genome-annotation/galaxy-tools/tree/master/tools/tripal commit ea279e5b47cf3d5767328d17b0e40e57b0238ea1"
author | gga |
---|---|
date | Wed, 14 Aug 2019 10:06:34 -0400 |
parents | 468955e12255 |
children |
comparison
equal
deleted
inserted
replaced
6:468955e12255 | 7:d55a39f12dda |
---|---|
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"/> |
121 <option value="path_hierarchy">path_hierarchy</option> | 121 <option value="path_hierarchy">path_hierarchy</option> |
122 </param> | 122 </param> |
123 <param name="queues" label="Queues" argument="queues" type="integer" value="10" help="Number of indexing task queues" /> | 123 <param name="queues" label="Queues" argument="queues" type="integer" value="10" help="Number of indexing task queues" /> |
124 <conditional name="expose"> | 124 <conditional name="expose"> |
125 <param name="do_expose" type="select" label="Expose the index to other websites (read-only)"> | 125 <param name="do_expose" type="select" label="Expose the index to other websites (read-only)"> |
126 <option value="yes" selected="true">Yes</option> | 126 <option value="yes">Yes</option> |
127 <option value="no">No</option> | 127 <option value="no" selected="true">No</option> |
128 </param> | 128 </param> |
129 <when value="no"/> | 129 <when value="no"/> |
130 <when value="yes"> | 130 <when value="yes"> |
131 <param name="index_url" label="Index Url" argument="--index_url" type="text" help="In order for other sites to link back to your results page, you must specify a path where the form for this index can be reached" /> | 131 <param name="index_url" label="Index Url" argument="--index_url" type="text" help="In order for other sites to link back to your results page, you must specify a path where the form for this index can be reached" /> |
132 </when> | 132 </when> |