From bryanlepore at mail.utexas.edu Sun Oct 15 02:12:23 2006 From: bryanlepore at mail.utexas.edu (Bryan Lepore) Date: Sun Oct 15 02:12:30 2006 Subject: [Discuss] multalign iterations Message-ID: i'm running multalign in hopes of getting a sequence of unknown structure aligned with a stamp alignment as follows; $multalign < i'd like to increase MAXats, but i'm uncertain of whether this is doable the way stamp is written... or c++ for that matter - i see "int MAXats" in stamp.h, routines.h - or can i adjust MAX_SEQ_LEN in poststamp.c? -bryan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.compbio.dundee.ac.uk/pipermail/discuss/attachments/20061017/d34e6598/attachment.htm From tom at compbio.dundee.ac.uk Wed Oct 18 14:17:53 2006 From: tom at compbio.dundee.ac.uk (Tom Walsh) Date: Wed Oct 18 14:18:04 2006 Subject: [Discuss] MAXats In-Reply-To: References: Message-ID: <45362981.5060700@compbio.dundee.ac.uk> Bryan Lepore wrote: > i'd like to increase MAXats, but i'm uncertain of whether this is > doable the way stamp is written... or c++ for that matter - i see > "int MAXats" in stamp.h, routines.h - or can i adjust MAX_SEQ_LEN in > poststamp.c ? Adjusting MAX_SEQ_LEN in poststamp.c will adjust it only in the POSTSTAMP program (you'll also need to change MAXslen in alignfit.h). To set it in the STAMP program, just change the MAX_SEQ_LEN parameter in stamp.defaults. Tom