PYTHON   83
volvox_quarter.conf
Guest on 14th June 2022 01:26:26 AM


  1. [GENERAL]
  2. db_adaptor    = Bio::DB::SeqFeature::Store
  3. db_args       = -adaptor memory
  4.                 -dir '/var/www/gbrowse2/databases/volvox'
  5.  
  6. plugins     = Aligner RestrictionAnnotator TrackDumper
  7.  
  8. # list of tracks to turn on by default
  9. default features = ExampleFeatures
  10.  
  11. # size of the region
  12. region segment         = 10000
  13.  
  14. # examples to show in the introduction
  15. examples = ctgA
  16.  
  17. # feature to show on startup
  18. initial landmark = ctgA:5000..10000
  19.  
  20.  
  21. ########################
  22. # Default glyph settings
  23. ########################
  24.  
  25.  
  26. [TRACK DEFAULTS]
  27. glyph         = generic
  28. height        = 10
  29. bgcolor       = lightgrey
  30. fgcolor       = black
  31. font2color    = blue
  32. label density = 25
  33. bump density  = 100
  34. # where to link to when user clicks in detailed view
  35. link          = AUTO
  36.  
  37. ################## TRACK CONFIGURATION ####################
  38. # the remainder of the sections configure individual tracks
  39. ###########################################################
  40.  
  41. [ExampleFeatures]
  42. feature      = remark
  43. glyph        = generic
  44. stranded     = 1
  45. bgcolor      = orange
  46. height       = 10
  47. key          = Example Features
  48.  
  49. [NameTest]
  50. feature      = protein_coding_primary_transcript polypeptide
  51. glyph        = generic
  52. stranded     = 1
  53. bgcolor      = green
  54. height       = 10
  55. key          = Name test track
  56.  
  57. [Motifs]
  58. feature      = polypeptide_domain
  59. glyph        = span
  60. height       = 5
  61. description  = 1
  62. balloon hover = <h2>Gene $name</h2>
  63. balloon click = <h2>Gene $name</h2>
  64.        <a href='https://google.com/search?q=$name'>Search Google</a><br>
  65.        <a href='https://ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&term=$name'>Search NCBI</a><br>
  66. key          = Example motifs
  67.  
  68. [Alignments]
  69. feature      = match
  70. glyph        = segments
  71. category     = Alignments
  72. key          = Example alignments
  73.  
  74. [Genes]
  75. feature            = gene
  76. glyph              = gene
  77. bgcolor            = peachpuff
  78. label_transcripts  = 1
  79. draw_translation   = 1
  80. category           = Genes
  81. key                = Protein-coding genes
  82.  
  83. [ReadingFrame]
  84. feature            = mRNA
  85. glyph              = cds
  86. ignore_empty_phase = 1
  87. category           = Genes
  88. key                = Frame usage
  89.  
  90. [CDS]
  91. feature            = CDS:predicted mRNA:exonerate
  92. glyph              = gene
  93. bgcolor            = white
  94. category           = Genes
  95. key                = Predicted genes
  96.  
  97. [Transcript]
  98. feature            = mRNA:exonerate
  99. glyph              = so_transcript
  100. description        = 1
  101. bgcolor            = beige
  102. category           = Genes
  103. key                = Exonerate predictions
  104.  
  105. [Clones]
  106. feature      = BAC
  107. glyph        = segments
  108. bgcolor      = yellow
  109. connector    = dashed
  110. strand_arrow = 1
  111. description  = 1
  112. key          = Fingerprinted BACs
  113.  
  114. [TransChip]
  115. feature        = microarray_oligo
  116. glyph          = wiggle_xyplot
  117. graph_type     = boxes
  118. height         = 50
  119. scale          = right
  120. description    = 1
  121. category       = Quantitative Data
  122. key            = Transcriptional Profile
  123.  
  124. [DNA]
  125. glyph          = dna
  126. global feature = 1
  127. height         = 40
  128. do_gc          = 1
  129. gc_window      = auto
  130. fgcolor        = red
  131. axis_color     = blue
  132. strand         = both
  133. key            = DNA/GC Content
  134.  
  135. [Translation]
  136. glyph          = translation
  137. global feature = 1
  138. height         = 40
  139. fgcolor        = purple
  140. start_codons   = 0
  141. stop_codons    = 1
  142. translation    = 6frame
  143. key            = 6-frame translation
  144.  
  145. [EST]
  146. feature       = EST_match:est
  147. glyph         = segments
  148. height        = 6
  149. bgcolor       = orange
  150. group_pattern = /\.[53]$/
  151. category      = Genes
  152. key           = ESTs

Raw Paste

Login or Register to edit or fork this paste. It's free.