[BioRuby-cvs] bioruby/lib/bio/data aa.rb,0.21,0.22
Katayama Toshiaki
k at dev.open-bio.org
Fri Apr 6 04:44:53 UTC 2007
Update of /home/repository/bioruby/bioruby/lib/bio/data
In directory dev.open-bio.org:/tmp/cvs-serv21082
Modified Files:
aa.rb
Log Message:
* replacement of X should include X itself.
Index: aa.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/lib/bio/data/aa.rb,v
retrieving revision 0.21
retrieving revision 0.22
diff -C2 -d -r0.21 -r0.22
*** aa.rb 6 Apr 2007 04:41:28 -0000 0.21
--- aa.rb 6 Apr 2007 04:44:51 -0000 0.22
***************
*** 222,226 ****
'Z' => '[EQZ]',
'J' => '[ILJ]',
! 'X' => '[ACDEFGHIKLMNPQRSTVWYUO]',
}
replace.default = '.'
--- 222,226 ----
'Z' => '[EQZ]',
'J' => '[ILJ]',
! 'X' => '[ACDEFGHIKLMNPQRSTVWYUOX]',
}
replace.default = '.'
More information about the bioruby-cvs
mailing list