Skip to content

Commit

Permalink
added alpha to the FLOAT_PROPERTIES in Links
Browse files Browse the repository at this point in the history
  • Loading branch information
lldelisle committed Jan 8, 2020
1 parent f39d073 commit 0884b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pygenometracks/tracks/LinksTrack.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ class LinksTrack(GenomeTrack):
'title', 'color']
FLOAT_PROPERTIES = {'max_value': [- np.inf, np.inf],
'min_value': [- np.inf, np.inf],
'alpha': [0, 1],
'line_width': [0, np.inf],
'height': [0, np.inf]}
INTEGER_PROPERTIES = {}
Expand Down

0 comments on commit 0884b5c

Please sign in to comment.