[Bioperl-l] msf output
Jason Stajich
jason at cgt.duhs.duke.edu
Tue Feb 17 21:16:45 EST 2004
Done. Thanks Wes!
-jason
On Wed, 18 Feb 2004, Wes Barris wrote:
> Hi,
>
> Msf files produced by StackPACK have coordinates listed above each
> group of sequence data. Bioperl msf files do not have this. I have
> tested a one-line addition that would fix this:
>
> Bio/AlignIO/msf.pm:
> while( $count < $length ) {
> # there is another block to go!
> + $self->_print (sprintf("%22s%-27d%27d\n",' ',$count+1,$count+50));
> foreach $name ( @arr ) {
> $self->_print (sprintf("%-20s ",$name));
>
> If there is a more formal way of submitting suggestions, please let
> me know.
>
--
Jason Stajich
Duke University
jason at cgt.mc.duke.edu
More information about the Bioperl-l
mailing list