Help for this page

Select Code to Download


  1. or download this
    #!/localperl/bin/perl
    use strict;
    ...
    while ( my $seq = $in->next_seq() ) {
            print $out->write_seq($seq), "\n";
    }
    
  2. or download this
    ------------- EXCEPTION: Bio::Root::Exception -------------
    MSG: The sequence does not appear to be FASTA format (lacks a descript
    +or line '>')
    ...
    STACK: tmhmm.pl:12
    -----------------------------------------------------------