If you want to have this newsletter mailed to you or you want to make comments/suggestions about the format/content then send an email to acedb@sanger.ac.uk.
Bug fixes and developer stuff only this month.
Jean has fixed a long standing bug so that the node for A class objects shows correctly in update mode as ?DNA not (NULL).
Jean has added some new utils in bitset.h. These include:
int bitSetAND (BitSet b1, BitSet b2) ; int bitSetOR (BitSet b1, BitSet b2) ; int bitSetXOR (BitSet b1, BitSet b2) ; int bitSetMINUS (BitSet b1, BitSet b2) ; /* performs b1 = b1 OPERATOR b2, returns count (b1) */
Jean has added some new vtxt calls:
int vtxtReplaceString (vTXT vtxt, char *a, char *b) ; /* changes a into b, returns the number of replaced strings */ int vtxtRemoveBetween (char *txt, char *begin, char *end) ; /* removes all occurences of begin...end, r
You can pick up the monthly builds from: