chadadavis / sbglib

Automatically exported from code.google.com/p/sbglib
0 stars 0 forks source link

Class ChainID #222

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Should override increment ++ pre and post

Should go through: ('A'..'Z','a'..'z',0..9) and do % 62
And print warning every time its 0 after increment.
Use this every where that 'ord' or 'chr' are used and when formatting output.

Also support + and - and -- and += and -=.
coerce between Int and ChainID
So that 0 and 'A' are both acceptable args to constructor

Original issue reported on code.google.com by chad.a.davis@gmail.com on 17 Jun 2011 at 3:24