Changeset 199 for plone4bio.base/trunk

Show
Ignore:
Timestamp:
04/06/11 13:26:54 (14 months ago)
Author:
andrea
Message:

- aggiunta info per hcmv

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • plone4bio.base/trunk/src/plone4bio/base/png/perl/graphics.pm

    r197 r199  
    110110      repeat_region => 1, 
    111111      HELIX => 1, 
     112      alpha_helix => 1, 
     113      beta_strand => 1, 
     114      coiled_coil => 1, 
     115      peptide_coil => 1, 
    112116      TURN => 1, 
    113117      STRAND => 2, 
     
    170174      PEPTIDE => \&description, 
    171175      DISULFID => \&description, 
     176      alpha_helix => \&description, 
     177      beta_strand => \&description, 
     178      coiled_coil => \&description, 
     179      peptide_coil => \&description, 
    172180); 
    173181