We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39d073 commit 0884b5cCopy full SHA for 0884b5c
pygenometracks/tracks/LinksTrack.py
@@ -64,6 +64,7 @@ class LinksTrack(GenomeTrack):
64
'title', 'color']
65
FLOAT_PROPERTIES = {'max_value': [- np.inf, np.inf],
66
'min_value': [- np.inf, np.inf],
67
+ 'alpha': [0, 1],
68
'line_width': [0, np.inf],
69
'height': [0, np.inf]}
70
INTEGER_PROPERTIES = {}
0 commit comments