Mercurial > repos > yating-l > hubarchivecreator
diff macros.xml @ 83:0bc486356e2a draft
planemo upload for repository https://github.com/goeckslab/hub-archive-creator commit ac73da32d59853ca563e7939d05016a6f3a6899e-dirty
| author | yating-l |
|---|---|
| date | Mon, 30 Oct 2017 12:01:23 -0400 |
| parents | 2440ce10848b |
| children | cb62314a6297 |
line wrap: on
line diff
--- a/macros.xml Wed Sep 27 17:31:19 2017 -0400 +++ b/macros.xml Mon Oct 30 12:01:23 2017 -0400 @@ -49,4 +49,28 @@ <!-- description.html --> <extra_files type="file" name="myHub/@GENOME@/description.html" value="@TEST@/myHub/@GENOME@/description.html"/> </xml> + + <xml name="add_trix_file"> + <conditional name="add_trix_index"> + <param name="add_trix_index_selector" type="select" label="Add Trix index that allow for fast look-up of free text associated with a list of identifiers." help="More about Trix index: https://genome.ucsc.edu/goldenpath/help/trix.html"> + <option value="no" selected="true">No</option> + <option value="yes">Yes</option> + </param> + + <when value="yes"> + <param + name="trix_index" + format="txt" + type="data_collection" + collection_type="list" + label="Specify Trix index" + help="Dataset collection containing ix and ixx files generated by UCSC Trix Index Generator" + /> + <yield /> + </when> + <when value="no"> + </when> + </conditional> + </xml> + </macros> \ No newline at end of file
