]> git.donarmstrong.com Git - biopieces.git/blobdiff - code_perl/Maasha/KISS/Track.pm
www relayout
[biopieces.git] / code_perl / Maasha / KISS / Track.pm
index 77d823b1b20f0d4799a8332ac0da410fc1e47555..65769e0365c1c0e4c171a0dfda0326ed49d0b634 100644 (file)
@@ -212,7 +212,8 @@ sub track_feature_linear
                 type       => 'rect',
                 line_width => $draw_metrics->{ 'FEAT_WIDTH' },
                 color      => $draw_metrics->{ 'FEAT_COLOR' },
-                title      => $entry->{ 'Q_ID' },
+                title      => "Q_ID: $entry->{ 'Q_ID' } S_BEG: $entry->{ 'S_BEG' } S_END: $entry->{ 'S_END' } STRAND: $entry->{ 'STRAND' }",
+                id         => $entry->{ 'Q_ID' },
                 x1         => $x1,
                 y1         => $y1,
                 x2         => $x1 + $w,