Mercurial > repos > yating-l > jbrowse_hub
changeset 61:ea301a2d2229 draft
planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit 8386544cbce1efb5e9dd1f805a2099b3e214363f-dirty
author | yating-l |
---|---|
date | Fri, 07 Apr 2017 12:51:09 -0400 |
parents | ed17bb465bde |
children | 86d6f50870dd |
files | jbrowse_hub.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/jbrowse_hub.xml Fri Apr 07 12:38:46 2017 -0400 +++ b/jbrowse_hub.xml Fri Apr 07 12:51:09 2017 -0400 @@ -46,10 +46,10 @@ #set extra_data_dict = {"label" : $track_label, "category" : $group_name} #if $f.formatChoice.format_select == 'bed' #set track_color = str($f.formatChoice.track_color) + #silent extra_data_dict.update({"color" : $track_color}) #if $f.formatChoice.bedChoice.bed_select == 'bed_generic_option' --bed $f.formatChoice.bedChoice.BED_generic #silent $prepare_json($f.formatChoice.bedChoice.BED_generic, extra_data_dict) - #silent extra_data_dict.update({"color" : $track_color}) #elif $f.formatChoice.bedChoice.bed_select == 'bed_simple_repeats_option' --bedSimpleRepeats $f.formatChoice.bedChoice.BED_simple_repeats #silent $prepare_json($f.formatChoice.bedChoice.BED_simple_repeats, extra_data_dict)