[Bioperl-l] Fwd:  One letter protein sequence to three letters
    Alexey Morozov 
    alexeymorozov1991 at gmail.com
       
    Wed Mar 27 02:34:01 UTC 2013
    
    
  
Well, there is one little thing I don't get. Why is
if ( $hsp->percent_identity >= "$identity" )
any better than
if ( $hsp->percent_identity >= $identity)
Ie what do quotes do?
    
    
More information about the Bioperl-l
mailing list