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.
2 parents f39d073 + 0884b5c commit 8bbb22eCopy full SHA for 8bbb22e
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