Help for this page

Select Code to Download


  1. or download this
     
    
    # Open a .txt file
    ...
     my @seq1 = <seq1>;
     print "@seq1";
    
  2. or download this
    
    #!/usr/bin/env perl
    ...
    } else {
        die "Unfortunately, the two sequences are not reverse-complement.\
    +n";
    }