[Biococoa-dev] BCSymbolSet done

Koen van der Drift kvddrift at earthlink.net
Sat Mar 12 20:00:19 EST 2005


On Mar 11, 2005, at 2:18 AM, Charles PARNOT wrote:

> I commited an updated version of BCSymbolSet, which is now immutable, 
> can return an array of symbols, etc and other goodies.
> Here is the header below, so you don't have to necessarily update your 
> project right now.
>
> Comments and questions welcome!
>

In:

+ (BCSymbolSet *)rnaStrictSymbolSet
{
	if ( rnaStrictSymbolSetRepresentation == nil ) {
		rnaStrictSymbolSetRepresentation = [[BCSymbolSet alloc] 
initWithString:@"ACGT"


Shouldn't that be initWithString:@"ACGU"  ?

Also for the rnaSymbolSet I think it should be 
initWithString:@"ACGURYMKSWHBVDN"


- Koen.




More information about the Biococoa-dev mailing list