Skip to content

Commit 8bbb22e

Browse files
authored
Merge pull request #168 from lldelisle/bugLinks
added alpha to the FLOAT_PROPERTIES in Links
2 parents f39d073 + 0884b5c commit 8bbb22e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pygenometracks/tracks/LinksTrack.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ class LinksTrack(GenomeTrack):
6464
'title', 'color']
6565
FLOAT_PROPERTIES = {'max_value': [- np.inf, np.inf],
6666
'min_value': [- np.inf, np.inf],
67+
'alpha': [0, 1],
6768
'line_width': [0, np.inf],
6869
'height': [0, np.inf]}
6970
INTEGER_PROPERTIES = {}

0 commit comments

Comments
 (0)