Mercurial > repos > fubar > jbrowse2
changeset 43:7e14b3f1f8e1 draft
planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit 2feb3d2616ba482d4204463309aa0cc7f8081a15-dirty
author | fubar |
---|---|
date | Fri, 01 Mar 2024 02:44:25 +0000 |
parents | 713d3a16ac02 |
children | bea0916e1080 |
files | jbrowse2.xml |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/jbrowse2.xml Fri Mar 01 02:31:50 2024 +0000 +++ b/jbrowse2.xml Fri Mar 01 02:44:25 2024 +0000 @@ -100,8 +100,8 @@ #for $track in $tg.data_tracks: <track cat="${tg.category}" format="${track.data_format.data_format_select}" visibility="${track.data_format.track_visibility}"> #if $track.data_format.data_format_select != "sparql": + <files> #for $dataset in $track.data_format.annotation: - <files> <trackFile path="${dataset}" ext="${dataset.ext}" label="${dataset.name}"> <metadata> <dataset id="${__app__.security.encode_id($dataset.id)}" hid="${dataset.hid}" @@ -136,8 +136,9 @@ /> </metadata> </trackFile> - </files> + #end for + </files> #else <track cat="${tg.category}" format="sparql" visibility="off"> #end if