Skip to content

Commit

Permalink
Merge pull request #168 from lldelisle/bugLinks
Browse files Browse the repository at this point in the history
added alpha to the FLOAT_PROPERTIES in Links
  • Loading branch information
bgruening authored Jan 8, 2020
2 parents f39d073 + 0884b5c commit 8bbb22e
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 8bbb22e

Please sign in to comment.