convert a string in a sequence

Carole Louis gtps5 at gtptech.com
Tue Jul 15 12:54:17 UTC 2003


thanks so much.

Le mar 15/07/2003 à 14:47, Peter Rice a écrit :

    Carole Louis wrote:
    > Is it possible to convert a string in a sequence ? If it is, how can I 
    > do it ?
    
    Yes, you can do this:
    
         AjPSeq seq;
    
         seq = ajSeqNewL(ajStrLen(str));
         ajSeqAssSeq(seq, str);
    
    ... and you can expect the missing ajSeqNewStr call to appear in the 
    next release!!!
    
    Hope this helps,
    
    Peter
    
    
    
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.open-bio.org/pipermail/emboss/attachments/20030715/f507ef2b/attachment-0001.html>


More information about the EMBOSS mailing list