123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- [GENERAL]
- description = <
- db_adaptor = Bio::DB::SeqFeature::Store
- db_args = -adaptor DBI::mysql
- -dsn dbi:mysql:database=<#database_name#>;host=localhost
- -user 'www-data'
- plugins = BatchDumper FastaDumper Submitter
- gbrowse root = gbrowse
- stylesheet = gbrowse.css
- buttons = images/buttons
- js = js
- tmpimages = tmp
- region segment = 100000
- balloon tips = 1
- balloon style = GBox
- drag and drop = 1
- cache time = 0
- link = AUTO
- image widths = 450 640 800 1024
- default width = 640
- max segment = 500000
- default segment = 50000
- zoom levels = 50 100 200 1000 2000 5000 10000 20000 40000 100000 200000 500000 1000000
- show sources = 1
- overview bgcolor =
- detailed bgcolor =
- key bgcolor = lightgrey
- hilite fill = honeydew
- hilite outline = darkseagreen
- automatic classes = Symbol Gene Clone
- head =
- html1 =
- html3 =
- html4 =
- html5 =
- html6 =
- custom balloons = [balloon]
- delayTime = 500
- [GBox]
- balloonImage = Box.png
- stem = 0
- vOffset = 20
- hOffset = 20
- padding = 1
- shadow = 0
- [OVERVIEW SELECT MENU]
- width = 100
- html = <table style="width:100%">
- <tr><th style="background:lightgrey">Overview</span></th></tr>
- <tr><td><span style="color:blue;cursor:pointer" onclick="SelectArea.prototype.clearAndSubmit()">Zoom</span></td></tr>
- <tr><td><span style="color:blue;cursor:pointer" onclick="SelectArea.prototype.cancelRubber()">Cancel</span></td></tr>
- </table>
- [DETAIL SELECT MENU]
- width = 250
- html = <table style="width:100%">
- <tr><th style="background:lightgrey;cell-padding:5">SELECTION
- <span style="right:0px;position:absolute;color:blue;cursor:pointer" onclick="SelectArea.prototype.cancelRubber()"> [X] </span> </th></tr>
- <tr><td><span style="color:blue;cursor:pointer" onclick="SelectArea.prototype.clearAndSubmit()">Zoom in</span></td></tr>
- <tr><td><span style="color:blue;cursor:pointer" onclick="SelectArea.prototype.clearAndRecenter()">Recenter on this region</span></td></tr>
- <tr><td onmouseup="SelectArea.prototype.cancelRubber()"><a href="?plugin=FastaDumper;plugin_action=Go;name=SELECTION" target="_BLANK">
- Dump selection as FASTA</a></td></tr>
- <tr><td onmouseup="SelectArea.prototype.cancelRubber()"><a href="?name=SELECTION;plugin=Submitter;plugin_do=Go;Submitter.target=NCBI_BLAST" target="_BLANK">
- Submit selection to NCBI BLAST</a></td></tr>
- </table>
- [Submitter:plugin]
- submitter = [NCBI_BLAST]
- confirm = 1
- url = http://www.ncbi.nlm.nih.gov/blast/Blast.cgi
- seq_label = QUERY
- PAGE = Nucleotides
- PROGRAM = blastn
- DATABASE = nr
- CLIENT = web
- CMD = put
- [TRACK DEFAULTS]
- glyph = generic
- height = 8
- bgcolor = cyan
- fgcolor = cyan
- label density = 25
- bump density = 100
- link = AUTO
- link_target = _blank
- [Genes]
- feature = gene
- glyph = transcript
- key = Genes
|