Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    # do loads of stuff...
    
    my $factory=Bio::Tools::Run::Alignment::TCoffee->new();
    
  2. or download this
    Use of uninitialized value $name in pattern match (m//) at /usr/share/
    +perl5/Bio/Tools/Run/WrapperBase/CommandExts.pm line 499.
    
    ------------- EXCEPTION: Bio::Root::Exception -------------
    ...
    STACK: Bio::Tools::Run::Alignment::TCoffee::new /usr/share/perl5/Bio/T
    +ools/Run/Alignment/TCoffee.pm:612
    STACK: /home/s0451486/usr/bin/t_coffeeTest.pl:13
    -----------------------------------------------------------