Guest User

Untitled

a guest
Feb 19th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1.  
  2. <colors>
  3. <<include etc/colors.conf>>
  4. </colors>
  5.  
  6. <fonts>
  7. <<include etc/fonts.conf>>
  8. </fonts>
  9.  
  10. <<include ideogram.conf>>
  11. <<include ticks.conf>>
  12.  
  13. karyotype = out/chromosome.txt
  14. chromosomes_display_default = yes
  15.  
  16. background = white
  17. chromosomes_units = 1000
  18.  
  19. <image>
  20. dir = out
  21. svg = yes
  22. file = map
  23. # radius of inscribed circle in image
  24. radius = 750p
  25. background = white
  26. # by default angle=0 is at 3 o'clock position
  27. angle_offset = -90
  28. </image>
  29.  
  30. units_ok = bupr
  31. units_nounit = n
  32.  
  33. <plots>
  34.  
  35. <plot>
  36. type = text
  37. color = black
  38. file = out/labels.txt
  39.  
  40. # on tick scale
  41. r0 = 1r
  42. r1 = 1r+200p
  43.  
  44. show_links = yes
  45. link_dims = 0p,0p,30p,0p,10p
  46. link_thickness = 4p
  47. link_color = grey
  48.  
  49. label_size = 25p
  50. label_font = condensed
  51.  
  52. padding = 0p
  53. rpadding = 0p
  54.  
  55. </plot>
  56.  
  57. </plots>
  58.  
  59. <highlights>
  60.  
  61. stroke_color = black
  62. stroke_thickness = 2
  63.  
  64. <highlight>
  65. file = out/positive_strand.txt
  66. r0 = 0.99r
  67. r1 = 0.90r
  68. fill_color = optred
  69. </highlight>
  70.  
  71. <highlight>
  72. file = out/negative_strand.txt
  73. r0 = 0.99r
  74. r1 = 0.90r
  75. fill_color = optorange
  76. </highlight>
  77.  
  78. <highlight>
  79. file = out/synteny_1448A_small_plasmid.txt
  80. r0 = 0.7r
  81. r1 = 0.65r
  82. stroke_thickness = 0
  83. fill_color = optblue
  84. </highlight>
  85.  
  86. <highlight>
  87. file = out/synteny_ES4326_plasmid_a.txt
  88. r0 = 0.64r
  89. r1 = 0.59r
  90. stroke_thickness = 0
  91. fill_color = optgreen
  92. </highlight>
  93.  
  94. <highlight>
  95. file = out/synteny_Pf-5_genome.txt
  96. r0 = 0.53r
  97. r1 = 0.48r
  98. stroke_thickness = 0
  99. fill_color = optyellow
  100. </highlight>
  101.  
  102. <highlight>
  103. file = out/synteny_PA7_genome.txt
  104. r0 = 0.47r
  105. r1 = 0.42r
  106. stroke_thickness = 0
  107. fill_color = optpurple
  108. </highlight>
  109.  
  110. </highlights>
Add Comment
Please, Sign In to add comment