Help for this page

Select Code to Download


  1. or download this
    if( $self->{'_seq'}->{$name} ) { $self->warn("Replacing one sequence [
    +$name]\n") unless $self->verbose < 0; }
    
  2. or download this
    hit1_AM161438.1_1-497/20-516             gAGAAACCCUGGAA
    hit1_AM161438.1_1-497/1-1:497-993        gGAAAAUCCGUCGA
    ...
    hit1_EF374296.1_509-949/509-509:949-1389 GGAAAAUCCGUCGA
    hit1_EF374296.1_509-949/938-1382         AUAGUAAGAGGAAA
    hit1_EF374297.1_30-470/30-30:470-910     GGAAAAUCCGUCGA
    
  3. or download this
    -------------------- WARNING ---------------------
    MSG: Replacing one sequence [hit1_EF374296.1_1-432/1-432]
    
    ---------------------------------------------------
    
  4. or download this
    use strict;
    use warnings;
    ...
    open ( ALIGN, "<inputAlignmentFile" ) or die "failed to open inputAlig
    +nmentFile";
    $aln -> read_alignment ( \*ALIGN );
    close ALIGN;
    
  5. or download this
    use Bio::SimpleAlign;
    
    ...
        }
        return $count; 
    }