# HG changeset patch # User fubar # Date 1709167678 0 # Node ID 5f39f745682f8794ade14041ffea481168064e3c # Parent 15da358c310871b8e2d35525a80d2462bcfa1f2a planemo upload for repository https://github.com/usegalaxy-eu/temporary-tools/tree/master/jbrowse2 commit 80b849766a962bac4bd0bb8cb69c118cc42699cd-dirty diff -r 15da358c3108 -r 5f39f745682f __pycache__/jbrowse2.cpython-310.pyc Binary file __pycache__/jbrowse2.cpython-310.pyc has changed diff -r 15da358c3108 -r 5f39f745682f autogenJB2.py --- a/autogenJB2.py Wed Feb 28 10:08:57 2024 +0000 +++ b/autogenJB2.py Thu Feb 29 00:47:58 2024 +0000 @@ -109,9 +109,9 @@ } } elif trext == 'bam': - track_conf["conf"] = {"options": {"bam": {"bam_indices": {"bam_index": track[3]}}}} + track_conf = {"conf": {"options": {"bam": {"bam_indices": {"bam_index": track[3]}}}}} elif trext == 'cram': - track_conf["conf"] = {"options": {"cram": {"cram_indices": {"cram_index": track[3]}}}} + track_conf = {"conf": {"options": {"cram": {"cram_indices": {"cram_index": track[3]}}}}} else: track_conf = {} track_conf["format"] = trext diff -r 15da358c3108 -r 5f39f745682f autogenJB2.xml --- a/autogenJB2.xml Wed Feb 28 10:08:57 2024 +0000 +++ b/autogenJB2.xml Thu Feb 29 00:47:58 2024 +0000 @@ -1,4 +1,4 @@ - + Track collection to JBrowse2 macros.xml @@ -26,10 +26,10 @@ --sessName "Autogen JBrowse" && cp '$output.files_path/index.html' '$output' - ## Ugly testing hack since I cannot get to test the files I want to test. Hmph. - - +#if str($uglyTestingHack) == "enabled": + && cp '$output.files_path/config.json' '$output' +#end if ]]> + + + + + + + + + + + + + + + + + + + + #if str($track.data_format.data_format_select) == "bam": - + #for $dataset in $track.data_format.annotation: ${dataset.metadata.bam_index} #end for - + #else if str($track.data_format.data_format_select) == "cram":