Skip to content

Instantly share code, notes, and snippets.

Created September 25, 2009 18:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/193756 to your computer and use it in GitHub Desktop.
Save anonymous/193756 to your computer and use it in GitHub Desktop.
my $scale = Bio::SeqFeature::Generic->new(
-start => $self->collection_start,
-end => $self->collection_stop,
-tag => {mouseover_text => "Scale"}
);
$panel->unshift_track([$scale],
-glyph => "arrow",
-tick => 1,
-height => 5,
-fgcolor => "black",
-double => 1,
-font2color => "blue",
-label => $label);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment