Skip to content

Commit

Permalink
Added nucleotide color options to the preferences menu
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinCLydon committed Jul 5, 2023
1 parent 337d8cc commit 1dc3f68
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/resources/org/broad/igv/prefs/preferences.tab
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@ DEFAULT_FONT_SIZE Default font size integer 10
SCALE_FONTS Scale fonts boolean FALSE Scale fonts for high resolution screens. Requires restart.
ENABLE_ANTIALIASING Enable anti-aliasing boolean TRUE

##Nucleotide Colors
COLOR.A A color 0,150,0
COLOR.C C color 0,0,255
COLOR.T T color 255,0,0
COLOR.G G color 209,113,5
COLOR.N n color 128,128,128

#Tracks
IGV.chart.track.height Default numeric track height (pixels) integer 40
IGV.track.height Default feature track height (pixels) integer 15
Expand Down

0 comments on commit 1dc3f68

Please sign in to comment.