Mercurial > repos > fubar > jbrowse2
diff jbrowse2.xml @ 92:3c4db8203fad draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit f2fba2e6b169256dc9adfa141e3bd59665f08f78
author | fubar |
---|---|
date | Sun, 21 Apr 2024 04:42:29 +0000 |
parents | 6246925692cb |
children | 4c517a0041a8 |
line wrap: on
line diff
--- a/jbrowse2.xml Thu Apr 18 10:57:29 2024 +0000 +++ b/jbrowse2.xml Sun Apr 21 04:42:29 2024 +0000 @@ -232,7 +232,7 @@ <bam> <bam_index> #for $dataset in $track.data_format.useuri.annotation: - ${dataset.name},${dataset.metadata.bam_index} + ${dataset}:${dataset.metadata.bam_index}, #end for </bam_index> </bam> @@ -240,7 +240,7 @@ <cram> <cram_index> #for $dataset in $track.data_format.useuri.annotation: - ${dataset.name},${dataset.metadata.cram_index} + ${dataset}:${dataset.metadata.cram_index}, #end for </cram_index> </cram>