Hi, i'm looking for a way to add new attributs to a seq object. For Example a family attribute so that i can call: $seq->family('Human'); print "Family: ".$seq->family()."\n"; or: $seq->weight(foo); Is that possible ? cheers, stephan