# HG changeset patch # User fubar # Date 1713066550 0 # Node ID efd1d41f11b45e05da8f474f8703c554e2bf5f32 # Parent de8fb46bc3eff1381ed5fbaef8f85a58e002a355 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 22dfa93b72dddfc9eeb79ba02a7c76bc2967a5b9 diff -r de8fb46bc3ef -r efd1d41f11b4 jbrowse2.xml --- a/jbrowse2.xml Wed Apr 10 07:33:52 2024 +0000 +++ b/jbrowse2.xml Sun Apr 14 03:49:10 2024 +0000 @@ -1,4 +1,4 @@ - + genome browser macros.xml @@ -99,7 +99,7 @@ #else - #if $uglyTestingHack != "enabled": + - #end if + #end if - #for $tg in $assembly.track_groups: #for $track in $tg.data_tracks: + #set input_exists = "False" #if $track.data_format.useuri.insource == "uri": - - - - - - - - + #if $track.data_format.useuri.annouri: + #set input_exists = "True" + + + + + + + + + #end if #else if $track.data_format.useuri.insource == "history": #if $track.data_format.useuri.annotation: + #set input_exists = "True" #for $dataset in $track.data_format.useuri.annotation: - #if $uglyTestingHack != "enabled": + - #end if - #end for + #end for #end if - #end if - #if $uglyTestingHack != "enabled": - - + #if str($track.data_format.data_format_select) == "bam": + + + #for $dataset in $track.data_format.useuri.annotation: + ${dataset.name},${dataset.metadata.bam_index} + #end for + + + #else if str($track.data_format.data_format_select) == "cram": + + + #for $dataset in $track.data_format.useuri.annotation: + ${dataset.name},${dataset.metadata.cram_index} + #end for + + + #else if str($track.data_format.data_format_select) == "blastxml": + + #if str($track.data_format.blast_parent) != "": + ${track.data_format.blast_parent} + #end if + ${track.data_format.is_protein} + ${track.data_format.min_gap} + + #else if str($track.data_format.data_format_select) == "gff": + + #if $track.data_format.match_part.match_part_select == "true": + ${track.data_format.match_part.name} + #end if + + #else if str($track.data_format.data_format_select) == "paf": + + #if $track.data_format.pafuseuri.insource == "history": + + #for $anno in $track.data_format.pafuseuri.annotation: + ${anno}, + #end for + + + #for $anno in $track.data_format.pafuseuri.annotation: + ${anno.name}, + #end for + + #else: + + #for $refgenome in $track.data_format.pafuseuri.refuri: + $refgenome.annotation, + #end for + + + #for $refgenome in $track.data_format.pafuseuri.refuri: + ${refgenome.annoname}, + #end for + + #end if + + #else if str($track.data_format.data_format_select) == "hic": + + + #else if str($track.data_format.data_format_select) == "cool": + + + #else if str($track.data_format.data_format_select) == "bed": + + + #else if str($track.data_format.data_format_select) == "sparql": + + + ${track.data_format.url} + ${track.data_format.query} + ${track.data_format.query_refnames} + #end if - - #if str($track.data_format.data_format_select) == "bam": - - - #for $dataset in $track.data_format.useuri.annotation: - ${dataset.name},${dataset.metadata.bam_index} - #end for - - - #else if str($track.data_format.data_format_select) == "cram": - - - #for $dataset in $track.data_format.useuri.annotation: - ${dataset.name},${dataset.metadata.cram_index} - #end for - - - #else if str($track.data_format.data_format_select) == "blastxml": - - #if str($track.data_format.blast_parent) != "": - ${track.data_format.blast_parent} - #end if - ${track.data_format.is_protein} - ${track.data_format.min_gap} - - #else if str($track.data_format.data_format_select) == "gff": - - #if $track.data_format.match_part.match_part_select == "true": - ${track.data_format.match_part.name} - #end if - - #else if str($track.data_format.data_format_select) == "paf": - - #if $track.data_format.pafuseuri.insource == "history": - - #for $anno in $track.data_format.pafuseuri.annotation: - ${anno}, - #end for - - - #for $anno in $track.data_format.pafuseuri.annotation: - ${anno.name}, - #end for - - #else: - - #for $refgenome in $track.data_format.pafuseuri.refuri: - $refgenome.annotation, - #end for - - - #for $refgenome in $track.data_format.pafuseuri.refuri: - ${refgenome.annoname}, - #end for - - #end if - - #else if str($track.data_format.data_format_select) == "hic": - - - #else if str($track.data_format.data_format_select) == "cool": - - - #else if str($track.data_format.data_format_select) == "bed": - - - #else if str($track.data_format.data_format_select) == "sparql": - - - ${track.data_format.url} - ${track.data_format.query} - ${track.data_format.query_refnames} - - #end if - - #end if + + #end if #end for #end for @@ -311,13 +314,14 @@ ]]> - + - - - + + + - - - @@ -564,6 +565,15 @@ + + + + + + + + + @@ -658,8 +668,8 @@ - - + + diff -r de8fb46bc3ef -r efd1d41f11b4 test-data/jbrowse2_result02.zip Binary file test-data/jbrowse2_result02.zip has changed