Mercurial > repos > iuc > jbrowse
comparison jbrowse.py @ 22:5f70e7fe6077 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse commit a4b0969b33a68a0ea9ba12291f6694aec24f13ed
| author | iuc |
|---|---|
| date | Tue, 30 Oct 2018 18:57:53 -0400 |
| parents | 1c718d8b3532 |
| children | fa30df9b79c2 |
comparison
equal
deleted
inserted
replaced
| 21:1c718d8b3532 | 22:5f70e7fe6077 |
|---|---|
| 29 {opacity} | 29 {opacity} |
| 30 return 'rgba({red}, {green}, {blue}, ' + opacity + ')'; | 30 return 'rgba({red}, {green}, {blue}, ' + opacity + ')'; |
| 31 }} | 31 }} |
| 32 """ | 32 """ |
| 33 | 33 |
| 34 COLOR_FUNCTION_TEMPLATE_QUAL = """ | 34 COLOR_FUNCTION_TEMPLATE_QUAL = r""" |
| 35 function(feature, variableName, glyphObject, track) {{ | 35 function(feature, variableName, glyphObject, track) {{ |
| 36 var search_up = function self(sf, attr){{ | 36 var search_up = function self(sf, attr){{ |
| 37 if(sf.get(attr) !== undefined){{ | 37 if(sf.get(attr) !== undefined){{ |
| 38 return sf.get(attr); | 38 return sf.get(attr); |
| 39 }} | 39 }} |
