Changeset 197
- Timestamp:
- 03/16/11 17:34:21 (14 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plone4bio.base/trunk/src/plone4bio/base/png/perl/graphics.pm
r196 r197 83 83 INIT_MET => "black", 84 84 REGION => "violet", 85 PEPTIDE => "orange", 85 86 ); 86 87 … … 167 168 INIT_MET => \&description, 168 169 REGION => \&description, 170 PEPTIDE => \&description, 171 DISULFID => \&description, 169 172 ); 170 173 … … 201 204 # my %decription_glob; 202 205 ### DON'T TOUCH THIS VALUE - IT WILL ALTER THE MAP-IMAGE ALIGNMEMT### 203 my $pad_left = 79; ###206 my $pad_left = 69; ### 204 207 ##################################################################### 205 208 my $panel = Bio::Graphics::Panel->new( 206 209 -length => $seq->length, 207 -key_style => ' left',210 -key_style => 'right', 208 211 -width => 1000, 209 212 -pad_left => $pad_left, … … 303 306 # my $description = $track->option('title'); 304 307 # my $description = $panel->make_title($feature); 305 $left += $pad_left;306 $right += $pad_left;308 #$left += $pad_left; 309 #$right += $pad_left; 307 310 next unless $tag; 308 311 $map .= qq(<area class="tips" shape="rect" coords="$left,$top,$right,$bottom" href="#" rel="#${tag}X${start}X${end}" title="$tag $start $end" alt="" />\n);
